Html Css Color HEX #C4CA71 Pine Glade

📋 copy color: '#C4CA71'

red 196 ◦ green 202 ◦ blue 113

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

Shades of Pine Glade #C4CA71

Tints of Pine Glade #C4CA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.11%

R = 38.36%
G = 39.53%
B = 22.11%

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

#C4CA71 (or 0xC4CA71) is known color: Pine Glade. HEX triplet: C4, CA and 71. RGB value is (196,202,113). Sum of RGB (Red+Green+Blue) = 196+202+113=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 113 (44.53% from 255 or 22.11% from 511); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CA71 is #3B358E. Grayscale: #BEBEBE. Windows color (decimal): -3880335 or 7457476. OLE color: 7457476.

HSL color Cylindrical-coordinate representation of color #C4CA71: hue angle of 64.04º degrees, saturation: 0.46, 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 #C4CA71 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 202 113 -
CMYK 0.03 0 0.44 0.21
HSL 64.04º 0.46% 0.62% -
HSV(B) 64.04º 0.44% 0.79% -
XYZ 46.87 55.17 23.8 -
YUV 190.06 84.51 132.24 -
System Red Green Blue C M Y K H S L
Decimal 196 202 113 0.03 0 0.44 0.21 64.04 0.46 0.62
Hex C4 CA 71 3 0 2C 15 40 2E 3E
Octal 304 312 161 3 0 54 25 100 56 76
Binary 11000100 11001010 1110001 11 0 101100 10101 1000000 101110 111110

Color Harmonies of #C4CA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CA71

Black with #C4CA71

Text Example


Text Example

White with #C4CA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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