Html Css Color HEX #C2CF49 Celery

📋 copy color: '#C2CF49'

red 194 ◦ green 207 ◦ blue 73

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

Shades of Celery #C2CF49

Tints of Celery #C2CF49

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.67%

 BLUE value IS 73 (28.91% from 255) = 15.4%

R = 40.93%
G = 43.67%
B = 15.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#C2CF49 (or 0xC2CF49) is known color: Celery. HEX triplet: C2, CF and 49. RGB value is (194,207,73). Sum of RGB (Red+Green+Blue) = 194+207+73=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 73 (28.91% from 255 or 15.40% from 474); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CF49 is #3D30B6. Grayscale: #BCBCBC. Windows color (decimal): -4010167 or 4837314. OLE color: 4837314.

HSL color Cylindrical-coordinate representation of color #C2CF49: hue angle of 65.82º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2CF49 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 207 73 -
CMYK 0.06 0 0.65 0.19
HSL 65.82º 0.58% 0.55% -
HSV(B) 65.82º 0.65% 0.81% -
XYZ 45.76 56.58 14.81 -
YUV 187.84 63.19 132.4 -
System Red Green Blue C M Y K H S L
Decimal 194 207 73 0.06 0 0.65 0.19 65.82 0.58 0.55
Hex C2 CF 49 6 0 41 13 42 3A 37
Octal 302 317 111 6 0 101 23 102 72 67
Binary 11000010 11001111 1001001 110 0 1000001 10011 1000010 111010 110111

Color Harmonies of #C2CF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CF49

Black with #C2CF49

Text Example


Text Example

White with #C2CF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CF49; }

 p { color: rgb(194,207,73); }

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

background-color css

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

 a { background-color: rgb(194,207,73); }

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

border-color css

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

 span { border-color: rgb(194,207,73); }

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