Html Css Color HEX #B9BE5D Olive Green

📋 copy color: '#B9BE5D'

red 185 ◦ green 190 ◦ blue 93

#B9BE5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #B9BE5D

Tints of Olive Green #B9BE5D

RGB

 RED value IS 185 (72.66% from 255) = 39.53%

 GREEN value IS 190 (74.61% from 255) = 40.6%

 BLUE value IS 93 (36.72% from 255) = 19.87%

R = 39.53%
G = 40.6%
B = 19.87%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#B9BE5D (or 0xB9BE5D) is known color: Olive Green. HEX triplet: B9, BE and 5D. RGB value is (185,190,93). Sum of RGB (Red+Green+Blue) = 185+190+93=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BE5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BE5D is #4641A2. Grayscale: #B1B1B1. Windows color (decimal): -4604323 or 6143673. OLE color: 6143673.

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

Color convert

RGB 185 190 93 -
CMYK 0.03 0 0.51 0.25
HSL 63.09º 0.43% 0.55% -
HSV(B) 63.09º 0.51% 0.75% -
XYZ 40.4 47.93 17.48 -
YUV 177.45 80.34 133.39 -
System Red Green Blue C M Y K H S L
Decimal 185 190 93 0.03 0 0.51 0.25 63.09 0.43 0.55
Hex B9 BE 5D 3 0 33 19 3F 2B 37
Octal 271 276 135 3 0 63 31 77 53 67
Binary 10111001 10111110 1011101 11 0 110011 11001 111111 101011 110111

Color Harmonies of #B9BE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BE5D

Black with #B9BE5D

Text Example


Text Example

White with #B9BE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BE5D; }

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

 H1.HeaderClassName
 {
   color: #B9BE5D;
 }
 .AnyTagClassName
 {
   color: #B9BE5D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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