Html Css Color HEX #C4C078 Pine Glade

📋 copy color: '#C4C078'

red 196 ◦ green 192 ◦ blue 120

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

Shades of Pine Glade #C4C078

Tints of Pine Glade #C4C078

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.8%

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

R = 38.58%
G = 37.8%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C4C078 (or 0xC4C078) is known color: Pine Glade. HEX triplet: C4, C0 and 78. RGB value is (196,192,120). Sum of RGB (Red+Green+Blue) = 196+192+120=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 120 (47.27% from 255 or 23.62% from 508); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C078 is #3B3F87. Grayscale: #B9B9B9. Windows color (decimal): -3882888 or 7913668. OLE color: 7913668.

HSL color Cylindrical-coordinate representation of color #C4C078: hue angle of 56.84º 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 #C4C078 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 192 120 -
CMYK 0 0.02 0.39 0.23
HSL 56.84º 0.39% 0.62% -
HSV(B) 56.84º 0.39% 0.77% -
XYZ 45 50.79 25.2 -
YUV 184.99 91.33 135.85 -
System Red Green Blue C M Y K H S L
Decimal 196 192 120 0 0.02 0.39 0.23 56.84 0.39 0.62
Hex C4 C0 78 0 2 27 17 39 27 3E
Octal 304 300 170 0 2 47 27 71 47 76
Binary 11000100 11000000 1111000 0 10 100111 10111 111001 100111 111110

Color Harmonies of #C4C078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C078

Black with #C4C078

Text Example


Text Example

White with #C4C078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C078; }

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

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

background-color css

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

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

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

border-color css

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

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

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