#C1C474

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

Shades of Pine Glade #C1C474

Tints of Pine Glade #C1C474

Color information

#C1C474 (or 0xC1C474) is unknown color: approx Pine Glade. HEX triplet: C1, C4 and 74. RGB value is (193,196,116). Sum of RGB (Red+Green+Blue) = 193+196+116=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 196 (76.95% from 255 or 38.81% from 505); Blue value is 116 (45.70% from 255 or 22.97% from 505); Max value from RGB is 196 - color contains mainly: green. Hex color #C1C474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C474 is #3E3B8B. Grayscale: #BABABA. Windows color (decimal): -4078476 or 7652545. OLE color: 7652545.

HSL color Cylindrical-coordinate representation of color #C1C474: hue angle of 62.25º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C1C474 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB193196116-
CMYK0.0200.410.23
HSL62.25º40.4%61.18%-
HSV(B)62.25º40.82%76.86%-
XYZ44.8852.0824.21-
YUV185.9888.51133-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.22%
GREEN value IS 196 (76.95% from 255) = 38.81%
BLUE value IS 116 (45.70% from 255) = 22.97%
R=38.22%
G=38.81%
B=22.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1931961160.0200.410.2362.2540.461.18
HexC1C4742029173e283d
Octal301304164205127765075
Binary1100000111000100111010010010100110111111110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C474; }

 p { color: rgb(193,196,116); }

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

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

 a { background-color: rgb(193,196,116); }

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

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

 span { border-color: rgb(193,196,116); }

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