#C1C87F

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

Shades of Pine Glade #C1C87F

Tints of Pine Glade #C1C87F

Color information

#C1C87F (or 0xC1C87F) is unknown color: approx Pine Glade. HEX triplet: C1, C8 and 7F. RGB value is (193,200,127). Sum of RGB (Red+Green+Blue) = 193+200+127=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 127 (50% from 255 or 24.42% from 520); Max value from RGB is 200 - color contains mainly: green. Hex color #C1C87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C87F is #3E3780. Grayscale: #BDBDBD. Windows color (decimal): -4077441 or 8374465. OLE color: 8374465.

HSL color Cylindrical-coordinate representation of color #C1C87F: hue angle of 65.75º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C1C87F is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB193200127-
CMYK0.0400.360.22
HSL65.75º39.89%64.12%-
HSV(B)65.75º36.5%78.43%-
XYZ46.4854.1828.09-
YUV189.5892.68130.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.12%
GREEN value IS 200 (78.52% from 255) = 38.46%
BLUE value IS 127 (50% from 255) = 24.42%
R=37.12%
G=38.46%
B=24.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1932001270.0400.360.2265.7539.8964.12
HexC1C87F402416422840
Octal30131017740442610250100
Binary1100000111001000111111110001001001011010000101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C87F; }

 p { color: rgb(193,200,127); }

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

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

 a { background-color: rgb(193,200,127); }

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

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

 span { border-color: rgb(193,200,127); }

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