Html Css Color HEX #C4CA72 Pine Glade

📋 copy color: '#C4CA72'

red 196 ◦ green 202 ◦ blue 114

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

Shades of Pine Glade #C4CA72

Tints of Pine Glade #C4CA72

RGB

 RED value IS 196 (76.95% from 255) = 38.28%

 GREEN value IS 202 (79.3% from 255) = 39.45%

 BLUE value IS 114 (44.92% from 255) = 22.27%

R = 38.28%
G = 39.45%
B = 22.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C4CA72 (or 0xC4CA72) is known color: Pine Glade. HEX triplet: C4, CA and 72. RGB value is (196,202,114). Sum of RGB (Red+Green+Blue) = 196+202+114=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 114 (44.92% from 255 or 22.27% from 512); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CA72 is #3B358D. Grayscale: #BEBEBE. Windows color (decimal): -3880334 or 7523012. OLE color: 7523012.

HSL color Cylindrical-coordinate representation of color #C4CA72: hue angle of 64.09º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C4CA72 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 202 114 -
CMYK 0.03 0 0.44 0.21
HSL 64.09º 0.45% 0.62% -
HSV(B) 64.09º 0.44% 0.79% -
XYZ 46.92 55.19 24.1 -
YUV 190.17 85.01 132.16 -
System Red Green Blue C M Y K H S L
Decimal 196 202 114 0.03 0 0.44 0.21 64.09 0.45 0.62
Hex C4 CA 72 3 0 2C 15 40 2D 3E
Octal 304 312 162 3 0 54 25 100 55 76
Binary 11000100 11001010 1110010 11 0 101100 10101 1000000 101101 111110

Color Harmonies of #C4CA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CA72

Black with #C4CA72

Text Example


Text Example

White with #C4CA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CA72; }

 p { color: rgb(196,202,114); }

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

background-color css

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

 a { background-color: rgb(196,202,114); }

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

border-color css

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

 span { border-color: rgb(196,202,114); }

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