#C1C37F

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

Shades of Pine Glade #C1C37F

Tints of Pine Glade #C1C37F

Color information

#C1C37F (or 0xC1C37F) is unknown color: approx Pine Glade. HEX triplet: C1, C3 and 7F. RGB value is (193,195,127). Sum of RGB (Red+Green+Blue) = 193+195+127=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 127 (50% from 255 or 24.66% from 515); Max value from RGB is 195 - color contains mainly: green. Hex color #C1C37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C37F is #3E3C80. Grayscale: #BABABA. Windows color (decimal): -4078721 or 8373185. OLE color: 8373185.

HSL color Cylindrical-coordinate representation of color #C1C37F: hue angle of 61.76º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C1C37F is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB193195127-
CMYK0.0100.350.24
HSL61.76º36.17%63.14%-
HSV(B)61.76º34.87%76.47%-
XYZ45.3451.927.71-
YUV186.6594.34132.53-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.48%
GREEN value IS 195 (76.56% from 255) = 37.86%
BLUE value IS 127 (50% from 255) = 24.66%
R=37.48%
G=37.86%
B=24.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931951270.0100.350.2461.7636.1763.14
HexC1C37F1023183e243f
Octal301303177104330764477
Binary110000011100001111111111010001111000111110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C37F; }

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

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

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

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

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

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

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

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