Html Css Color HEX #C2CB4E Celery

📋 copy color: '#C2CB4E'

red 194 ◦ green 203 ◦ blue 78

#C2CB4E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celery #C2CB4E

Tints of Celery #C2CB4E

RGB

 RED value IS 194 (76.17% from 255) = 40.84%

 GREEN value IS 203 (79.69% from 255) = 42.74%

 BLUE value IS 78 (30.86% from 255) = 16.42%

R = 40.84%
G = 42.74%
B = 16.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#C2CB4E (or 0xC2CB4E) is known color: Celery. HEX triplet: C2, CB and 4E. RGB value is (194,203,78). Sum of RGB (Red+Green+Blue) = 194+203+78=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 78 (30.86% from 255 or 16.42% from 475); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CB4E is #3D34B1. Grayscale: #BABABA. Windows color (decimal): -4011186 or 5163970. OLE color: 5163970.

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

Color convert

RGB 194 203 78 -
CMYK 0.04 0 0.62 0.20
HSL 64.32º 0.55% 0.55% -
HSV(B) 64.32º 0.62% 0.8% -
XYZ 44.98 54.73 15.4 -
YUV 186.06 67.02 133.66 -
System Red Green Blue C M Y K H S L
Decimal 194 203 78 0.04 0 0.62 0.20 64.32 0.55 0.55
Hex C2 CB 4E 4 0 3E 14 40 37 37
Octal 302 313 116 4 0 76 24 100 67 67
Binary 11000010 11001011 1001110 100 0 111110 10100 1000000 110111 110111

Color Harmonies of #C2CB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CB4E

Black with #C2CB4E

Text Example


Text Example

White with #C2CB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CB4E; }

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

 H1.HeaderClassName
 {
   color: #C2CB4E;
 }
 .AnyTagClassName
 {
   color: #C2CB4E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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