Html Css Color HEX #C2C478 Pine Glade

📋 copy color: '#C2C478'

red 194 ◦ green 196 ◦ blue 120

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

Shades of Pine Glade #C2C478

Tints of Pine Glade #C2C478

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.43%

 BLUE value IS 120 (47.27% from 255) = 23.53%

R = 38.04%
G = 38.43%
B = 23.53%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C2C478 (or 0xC2C478) is known color: Pine Glade. HEX triplet: C2, C4 and 78. RGB value is (194,196,120). Sum of RGB (Red+Green+Blue) = 194+196+120=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 196 (76.95% from 255 or 38.43% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 196 - color contains mainly: green. Hex color #C2C478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C478 is #3D3B87. Grayscale: #BBBBBB. Windows color (decimal): -4012936 or 7914690. OLE color: 7914690.

HSL color Cylindrical-coordinate representation of color #C2C478: hue angle of 61.58º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2C478 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB 194 196 120 -
CMYK 0.01 0 0.39 0.23
HSL 61.58º 0.39% 0.62% -
HSV(B) 61.58º 0.39% 0.77% -
XYZ 45.38 52.31 25.47 -
YUV 186.74 90.34 133.18 -
System Red Green Blue C M Y K H S L
Decimal 194 196 120 0.01 0 0.39 0.23 61.58 0.39 0.62
Hex C2 C4 78 1 0 27 17 3E 27 3E
Octal 302 304 170 1 0 47 27 76 47 76
Binary 11000010 11000100 1111000 1 0 100111 10111 111110 100111 111110

Color Harmonies of #C2C478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C478

Black with #C2C478

Text Example


Text Example

White with #C2C478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C478; }

 p { color: rgb(194,196,120); }

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

background-color css

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

 a { background-color: rgb(194,196,120); }

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

border-color css

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

 span { border-color: rgb(194,196,120); }

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