#C1C972

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

Shades of Pine Glade #C1C972

Tints of Pine Glade #C1C972

Color information

#C1C972 (or 0xC1C972) is unknown color: approx Pine Glade. HEX triplet: C1, C9 and 72. RGB value is (193,201,114). Sum of RGB (Red+Green+Blue) = 193+201+114=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 114 (44.92% from 255 or 22.44% from 508); Max value from RGB is 201 - color contains mainly: green. Hex color #C1C972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C972 is #3E368D. Grayscale: #BDBDBD. Windows color (decimal): -4077198 or 7522753. OLE color: 7522753.

HSL color Cylindrical-coordinate representation of color #C1C972: hue angle of 65.52º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C1C972 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB193201114-
CMYK0.0400.430.21
HSL65.52º44.62%61.76%-
HSV(B)65.52º43.28%78.82%-
XYZ45.9254.3323.99-
YUV188.6985.85131.07-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.99%
GREEN value IS 201 (78.91% from 255) = 39.57%
BLUE value IS 114 (44.92% from 255) = 22.44%
R=37.99%
G=39.57%
B=22.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1932011140.0400.430.2165.5244.6261.76
HexC1C972402B15422d3e
Octal3013111624053251025576
Binary110000011100100111100101000101011101011000010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C972; }

 p { color: rgb(193,201,114); }

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

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

 a { background-color: rgb(193,201,114); }

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

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

 span { border-color: rgb(193,201,114); }

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