#C4C677

Color #C4C677 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #C4C677

Tints of Pine Glade #C4C677

Color information

#C4C677 (or 0xC4C677) is unknown color: approx Pine Glade. HEX triplet: C4, C6 and 77. RGB value is (196,198,119). Sum of RGB (Red+Green+Blue) = 196+198+119=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 119 (46.88% from 255 or 23.20% from 513); Max value from RGB is 198 - color contains mainly: green. Hex color #C4C677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C677 is #3B3988. Grayscale: #BCBCBC. Windows color (decimal): -3881353 or 7849668. OLE color: 7849668.

HSL color Cylindrical-coordinate representation of color #C4C677: hue angle of 61.52º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C4C677 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB196198119-
CMYK0.0100.400.22
HSL61.52º40.93%62.16%-
HSV(B)61.52º39.9%77.65%-
XYZ46.2953.4625.33-
YUV188.488.84133.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.21%
GREEN value IS 198 (77.73% from 255) = 38.60%
BLUE value IS 119 (46.88% from 255) = 23.20%
R=38.21%
G=38.60%
B=23.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1961981190.0100.400.2261.5240.9362.16
HexC4C6771028163e293e
Octal304306167105026765176
Binary110001001100011011101111010100010110111110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C677; }

 p { color: rgb(196,198,119); }

 H1.HeaderClassName
 {
   color: #C4C677;
 }
 .AnyTagClassName
 {
   color: #C4C677;
 }
</style>
background-color css

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

 a { background-color: rgb(196,198,119); }

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

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

 span { border-color: rgb(196,198,119); }

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