#C1C37A

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

Shades of Pine Glade #C1C37A

Tints of Pine Glade #C1C37A

Color information

#C1C37A (or 0xC1C37A) is unknown color: approx Pine Glade. HEX triplet: C1, C3 and 7A. RGB value is (193,195,122). Sum of RGB (Red+Green+Blue) = 193+195+122=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 195 - color contains mainly: green. Hex color #C1C37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C37A is #3E3C85. Grayscale: #BABABA. Windows color (decimal): -4078726 or 8045505. OLE color: 8045505.

HSL color Cylindrical-coordinate representation of color #C1C37A: hue angle of 61.64º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C1C37A is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB193195122-
CMYK0.0100.370.24
HSL61.64º37.82%62.16%-
HSV(B)61.64º37.44%76.47%-
XYZ45.0251.7726.03-
YUV186.0891.84132.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.84%
GREEN value IS 195 (76.56% from 255) = 38.24%
BLUE value IS 122 (48.05% from 255) = 23.92%
R=37.84%
G=38.24%
B=23.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931951220.0100.370.2461.6437.8262.16
HexC1C37A1025183e263e
Octal301303172104530764676
Binary110000011100001111110101010010111000111110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C37A; }

 p { color: rgb(193,195,122); }

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

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

 a { background-color: rgb(193,195,122); }

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

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

 span { border-color: rgb(193,195,122); }

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