#C1C27D

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

Shades of Pine Glade #C1C27D

Tints of Pine Glade #C1C27D

Color information

#C1C27D (or 0xC1C27D) is unknown color: approx Pine Glade. HEX triplet: C1, C2 and 7D. RGB value is (193,194,125). Sum of RGB (Red+Green+Blue) = 193+194+125=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 194 - color contains mainly: green. Hex color #C1C27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C27D is #3E3D82. Grayscale: #BABABA. Windows color (decimal): -4078979 or 8241857. OLE color: 8241857.

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

Color convert

RGB193194125-
CMYK0.0100.360.24
HSL60.87º36.13%62.55%-
HSV(B)60.87º35.57%76.08%-
XYZ44.9951.426.95-
YUV185.8493.67133.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.70%
GREEN value IS 194 (76.17% from 255) = 37.89%
BLUE value IS 125 (49.22% from 255) = 24.41%
R=37.70%
G=37.89%
B=24.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931941250.0100.360.2460.8736.1362.55
HexC1C27D1024183d243f
Octal301302175104430754477
Binary110000011100001011111011010010011000111101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C27D; }

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

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

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

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

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

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

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

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