#C1C288

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

Shades of Pine Glade #C1C288

Tints of Pine Glade #C1C288

Color information

#C1C288 (or 0xC1C288) is unknown color: approx Pine Glade. HEX triplet: C1, C2 and 88. RGB value is (193,194,136). Sum of RGB (Red+Green+Blue) = 193+194+136=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 136 (53.52% from 255 or 26.00% from 523); Max value from RGB is 194 - color contains mainly: green. Hex color #C1C288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C288 is #3E3D77. Grayscale: #BBBBBB. Windows color (decimal): -4078968 or 8962753. OLE color: 8962753.

HSL color Cylindrical-coordinate representation of color #C1C288: hue angle of 61.03º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C1C288 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB193194136-
CMYK0.0100.300.24
HSL61.03º32.22%64.71%-
HSV(B)61.03º29.9%76.08%-
XYZ45.7351.730.86-
YUV187.0999.17132.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.90%
GREEN value IS 194 (76.17% from 255) = 37.09%
BLUE value IS 136 (53.52% from 255) = 26.00%
R=36.90%
G=37.09%
B=26.00%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931941360.0100.300.2461.0332.2264.71
HexC1C288101E183d2041
Octal3013022101036307540101
Binary1100000111000010100010001011110110001111011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C288; }

 p { color: rgb(193,194,136); }

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

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

 a { background-color: rgb(193,194,136); }

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

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

 span { border-color: rgb(193,194,136); }

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