#C3BF59

Color #C3BF59 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #C3BF59

Tints of Olive Green #C3BF59

Color information

#C3BF59 (or 0xC3BF59) is unknown color: approx Olive Green. HEX triplet: C3, BF and 59. RGB value is (195,191,89). Sum of RGB (Red+Green+Blue) = 195+191+89=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 89 (35.16% from 255 or 18.74% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BF59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BF59 is #3C40A6. Grayscale: #B4B4B4. Windows color (decimal): -3948711 or 5881795. OLE color: 5881795.

HSL color Cylindrical-coordinate representation of color #C3BF59: hue angle of 57.74º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C3BF59 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB19519189-
CMYK00.020.540.24
HSL57.74º46.9%55.69%-
HSV(B)57.74º54.36%76.47%-
XYZ42.9449.5816.76-
YUV180.5776.33138.29-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.05%
GREEN value IS 191 (75% from 255) = 40.21%
BLUE value IS 89 (35.16% from 255) = 18.74%
R=41.05%
G=40.21%
B=18.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951918900.020.540.2457.7446.955.69
HexC3BF590236183a2f38
Octal303277131026630725770
Binary1100001110111111101100101011011011000111010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BF59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BF59; }

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

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

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

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

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

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

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

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