#B4C655

Color #B4C655 Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #B4C655

Tints of Celery #B4C655

Color information

#B4C655 (or 0xB4C655) is unknown color: approx Celery. HEX triplet: B4, C6 and 55. RGB value is (180,198,85). Sum of RGB (Red+Green+Blue) = 180+198+85=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 198 (77.73% from 255 or 42.76% from 463); Blue value is 85 (33.59% from 255 or 18.36% from 463); Max value from RGB is 198 - color contains mainly: green. Hex color #B4C655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C655 is #4B39AA. Grayscale: #B4B4B4. Windows color (decimal): -4929963 or 5621428. OLE color: 5621428.

HSL color Cylindrical-coordinate representation of color #B4C655: hue angle of 69.56º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B4C655 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB18019885-
CMYK0.0900.570.22
HSL69.56º49.78%55.49%-
HSV(B)69.56º57.07%77.65%-
XYZ40.6650.7516.25-
YUV179.7474.54128.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 198 (77.73% from 255) = 42.76%
BLUE value IS 85 (33.59% from 255) = 18.36%
R=38.88%
G=42.76%
B=18.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal180198850.0900.570.2269.5649.7855.49
HexB4C655903916463237
Octal26430612511071261066267
Binary1011010011000110101010110010111001101101000110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C655; }

 p { color: rgb(180,198,85); }

 H1.HeaderClassName
 {
   color: #B4C655;
 }
 .AnyTagClassName
 {
   color: #B4C655;
 }
</style>
background-color css

<style>
 a { background-color: #B4C655; }

 a { background-color: rgb(180,198,85); }

 div.DivClassName
 {
   background-color: #B4C655;
 }
 .BgClassName
 {
   background-color: #B4C655;
 }
</style>
border-color css

<style>
 span { border-color: #B4C655; }

 span { border-color: rgb(180,198,85); }

 td.TdClassName
 {
   border-color: #B4C655;
 }
 .TagClassName
 {
   border-color: #B4C655;
 }
</style>