#C1CC73

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

Shades of Pine Glade #C1CC73

Tints of Pine Glade #C1CC73

Color information

#C1CC73 (or 0xC1CC73) is unknown color: approx Pine Glade. HEX triplet: C1, CC and 73. RGB value is (193,204,115). Sum of RGB (Red+Green+Blue) = 193+204+115=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 115 (45.31% from 255 or 22.46% from 512); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CC73 is #3E338C. Grayscale: #BEBEBE. Windows color (decimal): -4076429 or 7589057. OLE color: 7589057.

HSL color Cylindrical-coordinate representation of color #C1CC73: hue angle of 67.42º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C1CC73 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB193204115-
CMYK0.0500.440.2
HSL67.42º46.6%62.55%-
HSV(B)67.42º43.63%80%-
XYZ46.6855.7624.52-
YUV190.5685.36129.74-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.70%
GREEN value IS 204 (80.08% from 255) = 39.84%
BLUE value IS 115 (45.31% from 255) = 22.46%
R=37.70%
G=39.84%
B=22.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1932041150.0500.440.267.4246.662.55
HexC1CC73502C14432f3f
Octal3013141635054241035777
Binary110000011100110011100111010101100101001000011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CC73; }

 p { color: rgb(193,204,115); }

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

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

 a { background-color: rgb(193,204,115); }

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

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

 span { border-color: rgb(193,204,115); }

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