#C1BE59

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

Shades of Olive Green #C1BE59

Tints of Olive Green #C1BE59

Color information

#C1BE59 (or 0xC1BE59) is unknown color: approx Olive Green. HEX triplet: C1, BE and 59. RGB value is (193,190,89). Sum of RGB (Red+Green+Blue) = 193+190+89=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 89 (35.16% from 255 or 18.86% from 472); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BE59 is #3E41A6. Grayscale: #B3B3B3. Windows color (decimal): -4080039 or 5881537. OLE color: 5881537.

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

Color convert

RGB19319089-
CMYK00.020.540.24
HSL58.27º45.61%55.29%-
HSV(B)58.27º53.89%75.69%-
XYZ42.2148.8916.66-
YUV179.3876.99137.71-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.89%
GREEN value IS 190 (74.61% from 255) = 40.25%
BLUE value IS 89 (35.16% from 255) = 18.86%
R=40.89%
G=40.25%
B=18.86%

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
Decimal1931908900.020.540.2458.2745.6155.29
HexC1BE590236183a2e37
Octal301276131026630725667
Binary1100000110111110101100101011011011000111010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BE59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BE59; }

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

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

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

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

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

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

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

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