#C1CD78

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

Shades of Pine Glade #C1CD78

Tints of Pine Glade #C1CD78

Color information

#C1CD78 (or 0xC1CD78) is unknown color: approx Pine Glade. HEX triplet: C1, CD and 78. RGB value is (193,205,120). Sum of RGB (Red+Green+Blue) = 193+205+120=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 120 (47.27% from 255 or 23.17% from 518); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CD78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CD78 is #3E3287. Grayscale: #C0C0C0. Windows color (decimal): -4076168 or 7916993. OLE color: 7916993.

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

Color convert

RGB193205120-
CMYK0.0600.410.20
HSL68.47º45.95%63.73%-
HSV(B)68.47º41.46%80.39%-
XYZ47.2156.3626.16-
YUV191.7287.52128.91-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.26%
GREEN value IS 205 (80.47% from 255) = 39.58%
BLUE value IS 120 (47.27% from 255) = 23.17%
R=37.26%
G=39.58%
B=23.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1932051200.0600.410.2068.4745.9563.73
HexC1CD78602914442e40
Octal30131517060512410456100
Binary1100000111001101111100011001010011010010001001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CD78; }

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

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

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

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

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

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

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

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