#C1CD76

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

Shades of Pine Glade #C1CD76

Tints of Pine Glade #C1CD76

Color information

#C1CD76 (or 0xC1CD76) is unknown color: approx Pine Glade. HEX triplet: C1, CD and 76. RGB value is (193,205,118). Sum of RGB (Red+Green+Blue) = 193+205+118=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 118 (46.48% from 255 or 22.87% from 516); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CD76 is #3E3289. Grayscale: #BFBFBF. Windows color (decimal): -4076170 or 7785921. OLE color: 7785921.

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

Color convert

RGB193205118-
CMYK0.0600.420.20
HSL68.28º46.52%63.33%-
HSV(B)68.28º42.44%80.39%-
XYZ47.0956.3125.53-
YUV191.4986.52129.07-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.40%
GREEN value IS 205 (80.47% from 255) = 39.73%
BLUE value IS 118 (46.48% from 255) = 22.87%
R=37.40%
G=39.73%
B=22.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1932051180.0600.420.2068.2846.5263.33
HexC1CD76602A14442f3f
Octal3013151666052241045777
Binary110000011100110111101101100101010101001000100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CD76; }

 p { color: rgb(193,205,118); }

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

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

 a { background-color: rgb(193,205,118); }

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

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

 span { border-color: rgb(193,205,118); }

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