#B6CB50

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

Shades of Celery #B6CB50

Tints of Celery #B6CB50

Color information

#B6CB50 (or 0xB6CB50) is unknown color: approx Celery. HEX triplet: B6, CB and 50. RGB value is (182,203,80). Sum of RGB (Red+Green+Blue) = 182+203+80=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 203 - color contains mainly: green. Hex color #B6CB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6CB50 is #4934AF. Grayscale: #B7B7B7. Windows color (decimal): -4797616 or 5295030. OLE color: 5295030.

HSL color Cylindrical-coordinate representation of color #B6CB50: hue angle of 70.24º 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 #B6CB50 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB18220380-
CMYK0.1000.610.20
HSL70.24º54.19%55.49%-
HSV(B)70.24º60.59%79.61%-
XYZ42.153.2415.65-
YUV182.770.04127.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.14%
GREEN value IS 203 (79.69% from 255) = 43.66%
BLUE value IS 80 (31.64% from 255) = 17.20%
R=39.14%
G=43.66%
B=17.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal182203800.1000.610.2070.2454.1955.49
HexB6CB50A03D14463637
Octal26631312012075241066667
Binary1011011011001011101000010100111101101001000110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CB50; }

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

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

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

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

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

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

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

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