Html Css Color HEX #B9BD5B Olive Green

📋 copy color: '#B9BD5B'

red 185 ◦ green 189 ◦ blue 91

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

Shades of Olive Green #B9BD5B

Tints of Olive Green #B9BD5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.57%

R = 39.78%
G = 40.65%
B = 19.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#B9BD5B (or 0xB9BD5B) is known color: Olive Green. HEX triplet: B9, BD and 5B. RGB value is (185,189,91). Sum of RGB (Red+Green+Blue) = 185+189+91=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BD5B is #4642A4. Grayscale: #B1B1B1. Windows color (decimal): -4604581 or 6012345. OLE color: 6012345.

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

Color convert

RGB 185 189 91 -
CMYK 0.02 0 0.52 0.26
HSL 62.45º 0.43% 0.55% -
HSV(B) 62.45º 0.52% 0.74% -
XYZ 40.09 47.46 16.95 -
YUV 176.63 79.67 133.97 -
System Red Green Blue C M Y K H S L
Decimal 185 189 91 0.02 0 0.52 0.26 62.45 0.43 0.55
Hex B9 BD 5B 2 0 34 1A 3E 2B 37
Octal 271 275 133 2 0 64 32 76 53 67
Binary 10111001 10111101 1011011 10 0 110100 11010 111110 101011 110111

Color Harmonies of #B9BD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BD5B

Black with #B9BD5B

Text Example


Text Example

White with #B9BD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BD5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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