#C7C872

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

Shades of Pine Glade #C7C872

Tints of Pine Glade #C7C872

Color information

#C7C872 (or 0xC7C872) is unknown color: approx Pine Glade. HEX triplet: C7, C8 and 72. RGB value is (199,200,114). Sum of RGB (Red+Green+Blue) = 199+200+114=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 200 - color contains mainly: green. Hex color #C7C872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C872 is #38378D. Grayscale: #BEBEBE. Windows color (decimal): -3684238 or 7522503. OLE color: 7522503.

HSL color Cylindrical-coordinate representation of color #C7C872: hue angle of 60.7º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C7C872 is Cyan = 0.00, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB199200114-
CMYK0.0000.430.22
HSL60.7º43.88%61.57%-
HSV(B)60.7º43%78.43%-
XYZ47.2454.6723.98-
YUV189.985.17134.49-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.79%
GREEN value IS 200 (78.52% from 255) = 38.99%
BLUE value IS 114 (44.92% from 255) = 22.22%
R=38.79%
G=38.99%
B=22.22%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1992001140.0000.430.2260.743.8861.57
HexC7C872002B163d2c3e
Octal307310162005326755476
Binary110001111100100011100100010101110110111101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C872; }

 p { color: rgb(199,200,114); }

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

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

 a { background-color: rgb(199,200,114); }

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

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

 span { border-color: rgb(199,200,114); }

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