#C3BF79

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

Shades of Pine Glade #C3BF79

Tints of Pine Glade #C3BF79

Color information

#C3BF79 (or 0xC3BF79) is unknown color: approx Pine Glade. HEX triplet: C3, BF and 79. RGB value is (195,191,121). Sum of RGB (Red+Green+Blue) = 195+191+121=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 121 (47.66% from 255 or 23.87% from 507); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BF79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BF79 is #3C4086. Grayscale: #B8B8B8. Windows color (decimal): -3948679 or 7978947. OLE color: 7978947.

HSL color Cylindrical-coordinate representation of color #C3BF79: hue angle of 56.76º 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 #C3BF79 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB195191121-
CMYK00.020.380.24
HSL56.76º38.14%61.96%-
HSV(B)56.76º37.95%76.47%-
XYZ44.5950.2425.44-
YUV184.2292.33135.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.46%
GREEN value IS 191 (75% from 255) = 37.67%
BLUE value IS 121 (47.66% from 255) = 23.87%
R=38.46%
G=37.67%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519112100.020.380.2456.7638.1461.96
HexC3BF7902261839263e
Octal303277171024630714676
Binary1100001110111111111100101010011011000111001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BF79; }

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

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

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

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

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

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

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

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