#C4C38A

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

Shades of Pine Glade #C4C38A

Tints of Pine Glade #C4C38A

Color information

#C4C38A (or 0xC4C38A) is unknown color: approx Pine Glade. HEX triplet: C4, C3 and 8A. RGB value is (196,195,138). Sum of RGB (Red+Green+Blue) = 196+195+138=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C38A is #3B3C75. Grayscale: #BDBDBD. Windows color (decimal): -3882102 or 9094084. OLE color: 9094084.

HSL color Cylindrical-coordinate representation of color #C4C38A: hue angle of 58.97º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C4C38A is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB196195138-
CMYK00.010.300.23
HSL58.97º32.95%65.49%-
HSV(B)58.97º29.59%76.86%-
XYZ46.8752.631.73-
YUV188.899.33133.13-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.05%
GREEN value IS 195 (76.56% from 255) = 36.86%
BLUE value IS 138 (54.30% from 255) = 26.09%
R=37.05%
G=36.86%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619513800.010.300.2358.9732.9565.49
HexC4C38A011E173b2141
Octal3043032120136277341101
Binary1100010011000011100010100111110101111110111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C38A; }

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

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

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

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

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

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

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

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