Html Css Color HEX #B9BA5D Olive Green

📋 copy color: '#B9BA5D'

red 185 ◦ green 186 ◦ blue 93

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

Shades of Olive Green #B9BA5D

Tints of Olive Green #B9BA5D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.09%

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

R = 39.87%
G = 40.09%
B = 20.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#B9BA5D (or 0xB9BA5D) is known color: Olive Green. HEX triplet: B9, BA and 5D. RGB value is (185,186,93). Sum of RGB (Red+Green+Blue) = 185+186+93=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BA5D is #4645A2. Grayscale: #AFAFAF. Windows color (decimal): -4605347 or 6142649. OLE color: 6142649.

HSL color Cylindrical-coordinate representation of color #B9BA5D: hue angle of 60.65º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9BA5D is Cyan = 0.01, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 186 93 -
CMYK 0.01 0 0.5 0.27
HSL 60.65º 0.4% 0.55% -
HSV(B) 60.65º 0.5% 0.73% -
XYZ 39.54 46.22 17.19 -
YUV 175.1 81.67 135.06 -
System Red Green Blue C M Y K H S L
Decimal 185 186 93 0.01 0 0.5 0.27 60.65 0.4 0.55
Hex B9 BA 5D 1 0 32 1B 3D 28 37
Octal 271 272 135 1 0 62 33 75 50 67
Binary 10111001 10111010 1011101 1 0 110010 11011 111101 101000 110111

Color Harmonies of #B9BA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BA5D

Black with #B9BA5D

Text Example


Text Example

White with #B9BA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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