#C1C46F

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

Shades of Pine Glade #C1C46F

Tints of Pine Glade #C1C46F

Color information

#C1C46F (or 0xC1C46F) is unknown color: approx Pine Glade. HEX triplet: C1, C4 and 6F. RGB value is (193,196,111). Sum of RGB (Red+Green+Blue) = 193+196+111=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 196 (76.95% from 255 or 39.2% from 500); Blue value is 111 (43.75% from 255 or 22.2% from 500); Max value from RGB is 196 - color contains mainly: green. Hex color #C1C46F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C46F is #3E3B90. Grayscale: #B9B9B9. Windows color (decimal): -4078481 or 7324865. OLE color: 7324865.

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

Color convert

RGB193196111-
CMYK0.0200.430.23
HSL62.12º41.87%60.2%-
HSV(B)62.12º43.37%76.86%-
XYZ44.651.9722.72-
YUV185.4186.01133.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.6%
GREEN value IS 196 (76.95% from 255) = 39.2%
BLUE value IS 111 (43.75% from 255) = 22.2%
R=38.6%
G=39.2%
B=22.2%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1931961110.0200.430.2362.1241.8760.2
HexC1C46F202B173e2a3c
Octal301304157205327765274
Binary1100000111000100110111110010101110111111110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C46F; }

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

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

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

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

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

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

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

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