#C4C87D

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

Shades of Pine Glade #C4C87D

Tints of Pine Glade #C4C87D

Color information

#C4C87D (or 0xC4C87D) is unknown color: approx Pine Glade. HEX triplet: C4, C8 and 7D. RGB value is (196,200,125). Sum of RGB (Red+Green+Blue) = 196+200+125=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 200 (78.52% from 255 or 38.39% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 200 - color contains mainly: green. Hex color #C4C87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C87D is #3B3782. Grayscale: #BEBEBE. Windows color (decimal): -3880835 or 8243396. OLE color: 8243396.

HSL color Cylindrical-coordinate representation of color #C4C87D: hue angle of 63.2º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C4C87D is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB196200125-
CMYK0.0200.380.22
HSL63.2º40.54%63.73%-
HSV(B)63.2º37.5%78.43%-
XYZ47.1254.5227.44-
YUV190.2591.17132.1-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.62%
GREEN value IS 200 (78.52% from 255) = 38.39%
BLUE value IS 125 (49.22% from 255) = 23.99%
R=37.62%
G=38.39%
B=23.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1962001250.0200.380.2263.240.5463.73
HexC4C87D2026163f2940
Octal3043101752046267751100
Binary11000100110010001111101100100110101101111111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C87D; }

 p { color: rgb(196,200,125); }

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

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

 a { background-color: rgb(196,200,125); }

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

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

 span { border-color: rgb(196,200,125); }

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