#C3BD79

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

Shades of Pine Glade #C3BD79

Tints of Pine Glade #C3BD79

Color information

#C3BD79 (or 0xC3BD79) is unknown color: approx Pine Glade. HEX triplet: C3, BD and 79. RGB value is (195,189,121). Sum of RGB (Red+Green+Blue) = 195+189+121=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 121 (47.66% from 255 or 23.96% from 505); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BD79 is #3C4286. Grayscale: #B7B7B7. Windows color (decimal): -3949191 or 7978435. OLE color: 7978435.

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

Color convert

RGB195189121-
CMYK00.030.380.24
HSL55.14º38.14%61.96%-
HSV(B)55.14º37.95%76.47%-
XYZ44.1549.3825.29-
YUV183.0492.99136.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.61%
GREEN value IS 189 (74.22% from 255) = 37.43%
BLUE value IS 121 (47.66% from 255) = 23.96%
R=38.61%
G=37.43%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518912100.030.380.2455.1438.1461.96
HexC3BD7903261837263e
Octal303275171034630674676
Binary1100001110111101111100101110011011000110111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BD79; }

 p { color: rgb(195,189,121); }

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

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

 a { background-color: rgb(195,189,121); }

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

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

 span { border-color: rgb(195,189,121); }

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