Html Css Color HEX #B9BD5F Olive Green

📋 copy color: '#B9BD5F'

red 185 ◦ green 189 ◦ blue 95

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

Shades of Olive Green #B9BD5F

Tints of Olive Green #B9BD5F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.3%

 BLUE value IS 95 (37.5% from 255) = 20.26%

R = 39.45%
G = 40.3%
B = 20.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#B9BD5F (or 0xB9BD5F) is known color: Olive Green. HEX triplet: B9, BD and 5F. RGB value is (185,189,95). Sum of RGB (Red+Green+Blue) = 185+189+95=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 95 (37.5% from 255 or 20.26% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BD5F is #4642A0. Grayscale: #B1B1B1. Windows color (decimal): -4604577 or 6274489. OLE color: 6274489.

HSL color Cylindrical-coordinate representation of color #B9BD5F: hue angle of 62.55º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9BD5F is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 189 95 -
CMYK 0.02 0 0.50 0.26
HSL 62.55º 0.42% 0.56% -
HSV(B) 62.55º 0.5% 0.74% -
XYZ 40.27 47.54 17.88 -
YUV 177.09 81.67 133.64 -
System Red Green Blue C M Y K H S L
Decimal 185 189 95 0.02 0 0.50 0.26 62.55 0.42 0.56
Hex B9 BD 5F 2 0 32 1A 3F 2A 38
Octal 271 275 137 2 0 62 32 77 52 70
Binary 10111001 10111101 1011111 10 0 110010 11010 111111 101010 111000

Color Harmonies of #B9BD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BD5F

Black with #B9BD5F

Text Example


Text Example

White with #B9BD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BD5F; }

 p { color: rgb(185,189,95); }

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

background-color css

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

 a { background-color: rgb(185,189,95); }

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

border-color css

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

 span { border-color: rgb(185,189,95); }

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