Html Css Color HEX #B9BD61 Olive Green

📋 copy color: '#B9BD61'

red 185 ◦ green 189 ◦ blue 97

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

Shades of Olive Green #B9BD61

Tints of Olive Green #B9BD61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.59%

R = 39.28%
G = 40.13%
B = 20.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#B9BD61 (or 0xB9BD61) is known color: Olive Green. HEX triplet: B9, BD and 61. RGB value is (185,189,97). Sum of RGB (Red+Green+Blue) = 185+189+97=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BD61 is #46429E. Grayscale: #B1B1B1. Windows color (decimal): -4604575 or 6405561. OLE color: 6405561.

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

Color convert

RGB 185 189 97 -
CMYK 0.02 0 0.49 0.26
HSL 62.61º 0.41% 0.56% -
HSV(B) 62.61º 0.49% 0.74% -
XYZ 40.36 47.57 18.36 -
YUV 177.32 82.67 133.48 -
System Red Green Blue C M Y K H S L
Decimal 185 189 97 0.02 0 0.49 0.26 62.61 0.41 0.56
Hex B9 BD 61 2 0 31 1A 3F 29 38
Octal 271 275 141 2 0 61 32 77 51 70
Binary 10111001 10111101 1100001 10 0 110001 11010 111111 101001 111000

Color Harmonies of #B9BD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BD61

Black with #B9BD61

Text Example


Text Example

White with #B9BD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BD61; }

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

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

background-color css

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

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

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

border-color css

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

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

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