#C2C38A

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

Shades of Pine Glade #C2C38A

Tints of Pine Glade #C2C38A

Color information

#C2C38A (or 0xC2C38A) is unknown color: approx Pine Glade. HEX triplet: C2, C3 and 8A. RGB value is (194,195,138). Sum of RGB (Red+Green+Blue) = 194+195+138=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C38A is #3D3C75. Grayscale: #BCBCBC. Windows color (decimal): -4013174 or 9094082. OLE color: 9094082.

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

Color convert

RGB194195138-
CMYK0.0100.290.24
HSL61.05º32.2%65.29%-
HSV(B)61.05º29.23%76.47%-
XYZ46.3552.3331.7-
YUV188.299.67132.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.81%
GREEN value IS 195 (76.56% from 255) = 37.00%
BLUE value IS 138 (54.30% from 255) = 26.19%
R=36.81%
G=37.00%
B=26.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941951380.0100.290.2461.0532.265.29
HexC2C38A101D183d2041
Octal3023032121035307540101
Binary1100001011000011100010101011101110001111011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C38A; }

 p { color: rgb(194,195,138); }

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

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

 a { background-color: rgb(194,195,138); }

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

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

 span { border-color: rgb(194,195,138); }

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