#B0C254

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

Shades of Celery #B0C254

Tints of Celery #B0C254

Color information

#B0C254 (or 0xB0C254) is unknown color: approx Celery. HEX triplet: B0, C2 and 54. RGB value is (176,194,84). Sum of RGB (Red+Green+Blue) = 176+194+84=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 194 (76.17% from 255 or 42.73% from 454); Blue value is 84 (33.20% from 255 or 18.50% from 454); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C254 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C254 is #4F3DAB. Grayscale: #B0B0B0. Windows color (decimal): -5193132 or 5554864. OLE color: 5554864.

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

Color convert

RGB17619484-
CMYK0.0900.570.24
HSL69.82º47.41%54.51%-
HSV(B)69.82º56.7%76.08%-
XYZ38.848.4515.7-
YUV176.0876.04127.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.77%
GREEN value IS 194 (76.17% from 255) = 42.73%
BLUE value IS 84 (33.20% from 255) = 18.50%
R=38.77%
G=42.73%
B=18.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal176194840.0900.570.2469.8247.4154.51
HexB0C254903918462f37
Octal26030212411071301065767
Binary1011000011000010101010010010111001110001000110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C254; }

 p { color: rgb(176,194,84); }

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

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

 a { background-color: rgb(176,194,84); }

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

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

 span { border-color: rgb(176,194,84); }

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