#C1C484

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

Shades of Pine Glade #C1C484

Tints of Pine Glade #C1C484

Color information

#C1C484 (or 0xC1C484) is unknown color: approx Pine Glade. HEX triplet: C1, C4 and 84. RGB value is (193,196,132). Sum of RGB (Red+Green+Blue) = 193+196+132=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 132 (51.95% from 255 or 25.34% from 521); Max value from RGB is 196 - color contains mainly: green. Hex color #C1C484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C484 is #3E3B7B. Grayscale: #BCBCBC. Windows color (decimal): -4078460 or 8701121. OLE color: 8701121.

HSL color Cylindrical-coordinate representation of color #C1C484: hue angle of 62.81º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C1C484 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB193196132-
CMYK0.0200.330.23
HSL62.81º35.16%64.31%-
HSV(B)62.81º32.65%76.86%-
XYZ45.952.4829.54-
YUV187.8196.51131.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.04%
GREEN value IS 196 (76.95% from 255) = 37.62%
BLUE value IS 132 (51.95% from 255) = 25.34%
R=37.04%
G=37.62%
B=25.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1931961320.0200.330.2362.8135.1664.31
HexC1C4842021173f2340
Octal3013042042041277743100
Binary110000011100010010000100100100001101111111111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C484; }

 p { color: rgb(193,196,132); }

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

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

 a { background-color: rgb(193,196,132); }

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

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

 span { border-color: rgb(193,196,132); }

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