Html Css Color HEX #C2CA76 Pine Glade

📋 copy color: '#C2CA76'

red 194 ◦ green 202 ◦ blue 118

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

Shades of Pine Glade #C2CA76

Tints of Pine Glade #C2CA76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.96%

R = 37.74%
G = 39.3%
B = 22.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C2CA76 (or 0xC2CA76) is known color: Pine Glade. HEX triplet: C2, CA and 76. RGB value is (194,202,118). Sum of RGB (Red+Green+Blue) = 194+202+118=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 118 (46.48% from 255 or 22.96% from 514); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CA76 is #3D3589. Grayscale: #BEBEBE. Windows color (decimal): -4011402 or 7785154. OLE color: 7785154.

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

Color convert

RGB 194 202 118 -
CMYK 0.04 0 0.42 0.21
HSL 65.71º 0.44% 0.63% -
HSV(B) 65.71º 0.42% 0.79% -
XYZ 46.64 55.02 25.3 -
YUV 190.03 87.35 130.83 -
System Red Green Blue C M Y K H S L
Decimal 194 202 118 0.04 0 0.42 0.21 65.71 0.44 0.63
Hex C2 CA 76 4 0 2A 15 42 2C 3F
Octal 302 312 166 4 0 52 25 102 54 77
Binary 11000010 11001010 1110110 100 0 101010 10101 1000010 101100 111111

Color Harmonies of #C2CA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CA76

Black with #C2CA76

Text Example


Text Example

White with #C2CA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CA76; }

 p { color: rgb(194,202,118); }

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

background-color css

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

 a { background-color: rgb(194,202,118); }

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

border-color css

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

 span { border-color: rgb(194,202,118); }

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