#B5CB50

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

Shades of Celery #B5CB50

Tints of Celery #B5CB50

Color information

#B5CB50 (or 0xB5CB50) is unknown color: approx Celery. HEX triplet: B5, CB and 50. RGB value is (181,203,80). Sum of RGB (Red+Green+Blue) = 181+203+80=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CB50 is #4A34AF. Grayscale: #B6B6B6. Windows color (decimal): -4863152 or 5295029. OLE color: 5295029.

HSL color Cylindrical-coordinate representation of color #B5CB50: hue angle of 70.73º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5CB50 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB18120380-
CMYK0.1100.610.20
HSL70.73º54.19%55.49%-
HSV(B)70.73º60.59%79.61%-
XYZ41.8653.1115.64-
YUV182.470.21127-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.01%
GREEN value IS 203 (79.69% from 255) = 43.75%
BLUE value IS 80 (31.64% from 255) = 17.24%
R=39.01%
G=43.75%
B=17.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal181203800.1100.610.2070.7354.1955.49
HexB5CB50B03D14473637
Octal26531312013075241076667
Binary1011010111001011101000010110111101101001000111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CB50; }

 p { color: rgb(181,203,80); }

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

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

 a { background-color: rgb(181,203,80); }

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

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

 span { border-color: rgb(181,203,80); }

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