#C2CB4B

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

Shades of Celery #C2CB4B

Tints of Celery #C2CB4B

Color information

#C2CB4B (or 0xC2CB4B) is unknown color: approx Celery. HEX triplet: C2, CB and 4B. RGB value is (194,203,75). Sum of RGB (Red+Green+Blue) = 194+203+75=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 75 (29.69% from 255 or 15.89% from 472); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CB4B is #3D34B4. Grayscale: #BABABA. Windows color (decimal): -4011189 or 4967362. OLE color: 4967362.

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

Color convert

RGB19420375-
CMYK0.0400.630.20
HSL64.22º55.17%54.51%-
HSV(B)64.22º63.05%79.61%-
XYZ44.8754.6914.85-
YUV185.7265.52133.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.10%
GREEN value IS 203 (79.69% from 255) = 43.01%
BLUE value IS 75 (29.69% from 255) = 15.89%
R=41.10%
G=43.01%
B=15.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal194203750.0400.630.2064.2255.1754.51
HexC2CB4B403F14403737
Octal3023131134077241006767
Binary110000101100101110010111000111111101001000000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CB4B; }

 p { color: rgb(194,203,75); }

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

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

 a { background-color: rgb(194,203,75); }

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

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

 span { border-color: rgb(194,203,75); }

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