#C1BF59

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

Shades of Olive Green #C1BF59

Tints of Olive Green #C1BF59

Color information

#C1BF59 (or 0xC1BF59) is unknown color: approx Olive Green. HEX triplet: C1, BF and 59. RGB value is (193,191,89). Sum of RGB (Red+Green+Blue) = 193+191+89=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 89 (35.16% from 255 or 18.82% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BF59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BF59 is #3E40A6. Grayscale: #B4B4B4. Windows color (decimal): -4079783 or 5881793. OLE color: 5881793.

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

Color convert

RGB19319189-
CMYK00.010.540.24
HSL58.85º45.61%55.29%-
HSV(B)58.85º53.89%75.69%-
XYZ42.4349.3216.73-
YUV179.9776.66137.29-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.80%
GREEN value IS 191 (75% from 255) = 40.38%
BLUE value IS 89 (35.16% from 255) = 18.82%
R=40.80%
G=40.38%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931918900.010.540.2458.8545.6155.29
HexC1BF590136183b2e37
Octal301277131016630735667
Binary110000011011111110110010111011011000111011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BF59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BF59; }

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

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

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

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

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

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

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

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