Html Css Color HEX #C4C076 Pine Glade

📋 copy color: '#C4C076'

red 196 ◦ green 192 ◦ blue 118

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

Shades of Pine Glade #C4C076

Tints of Pine Glade #C4C076

RGB

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

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

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

R = 38.74%
G = 37.94%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C4C076 (or 0xC4C076) is known color: Pine Glade. HEX triplet: C4, C0 and 76. RGB value is (196,192,118). Sum of RGB (Red+Green+Blue) = 196+192+118=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C076 is #3B3F89. Grayscale: #B9B9B9. Windows color (decimal): -3882890 or 7782596. OLE color: 7782596.

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

Color convert

RGB 196 192 118 -
CMYK 0 0.02 0.40 0.23
HSL 56.92º 0.4% 0.62% -
HSV(B) 56.92º 0.4% 0.77% -
XYZ 44.88 50.74 24.57 -
YUV 184.76 90.33 136.02 -
System Red Green Blue C M Y K H S L
Decimal 196 192 118 0 0.02 0.40 0.23 56.92 0.4 0.62
Hex C4 C0 76 0 2 28 17 39 28 3E
Octal 304 300 166 0 2 50 27 71 50 76
Binary 11000100 11000000 1110110 0 10 101000 10111 111001 101000 111110

Color Harmonies of #C4C076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C076

Black with #C4C076

Text Example


Text Example

White with #C4C076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C076; }

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

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

background-color css

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

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

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

border-color css

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

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

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