#C0BE59

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

Shades of Olive Green #C0BE59

Tints of Olive Green #C0BE59

Color information

#C0BE59 (or 0xC0BE59) is unknown color: approx Olive Green. HEX triplet: C0, BE and 59. RGB value is (192,190,89). Sum of RGB (Red+Green+Blue) = 192+190+89=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 89 (35.16% from 255 or 18.90% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BE59 is #3F41A6. Grayscale: #B3B3B3. Windows color (decimal): -4145575 or 5881536. OLE color: 5881536.

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

Color convert

RGB19219089-
CMYK00.010.540.25
HSL58.83º44.98%55.1%-
HSV(B)58.83º53.65%75.29%-
XYZ41.9548.7516.65-
YUV179.0877.16137.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.76%
GREEN value IS 190 (74.61% from 255) = 40.34%
BLUE value IS 89 (35.16% from 255) = 18.90%
R=40.76%
G=40.34%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921908900.010.540.2558.8344.9855.1
HexC0BE590136193b2d37
Octal300276131016631735567
Binary110000001011111010110010111011011001111011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BE59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BE59; }

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

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

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

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

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

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

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

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