#B9BE5C

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

Shades of Olive Green #B9BE5C

Tints of Olive Green #B9BE5C

Color information

#B9BE5C (or 0xB9BE5C) is unknown color: approx Olive Green. HEX triplet: B9, BE and 5C. RGB value is (185,190,92). Sum of RGB (Red+Green+Blue) = 185+190+92=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BE5C is #4641A3. Grayscale: #B1B1B1. Windows color (decimal): -4604324 or 6078137. OLE color: 6078137.

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

Color convert

RGB18519092-
CMYK0.0300.520.25
HSL63.06º42.98%55.29%-
HSV(B)63.06º51.58%74.51%-
XYZ40.3547.9117.25-
YUV177.3379.84133.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.61%
GREEN value IS 190 (74.61% from 255) = 40.69%
BLUE value IS 92 (36.33% from 255) = 19.70%
R=39.61%
G=40.69%
B=19.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185190920.0300.520.2563.0642.9855.29
HexB9BE5C3034193f2b37
Octal271276134306431775367
Binary1011100110111110101110011011010011001111111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BE5C; }

 p { color: rgb(185,190,92); }

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

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

 a { background-color: rgb(185,190,92); }

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

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

 span { border-color: rgb(185,190,92); }

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