Html Css Color HEX #B9BD62 Olive Green

📋 copy color: '#B9BD62'

red 185 ◦ green 189 ◦ blue 98

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

Shades of Olive Green #B9BD62

Tints of Olive Green #B9BD62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.76%

R = 39.19%
G = 40.04%
B = 20.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#B9BD62 (or 0xB9BD62) is known color: Olive Green. HEX triplet: B9, BD and 62. RGB value is (185,189,98). Sum of RGB (Red+Green+Blue) = 185+189+98=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BD62 is #46429D. Grayscale: #B1B1B1. Windows color (decimal): -4604574 or 6471097. OLE color: 6471097.

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

Color convert

RGB 185 189 98 -
CMYK 0.02 0 0.48 0.26
HSL 62.64º 0.41% 0.56% -
HSV(B) 62.64º 0.48% 0.74% -
XYZ 40.41 47.59 18.61 -
YUV 177.43 83.17 133.4 -
System Red Green Blue C M Y K H S L
Decimal 185 189 98 0.02 0 0.48 0.26 62.64 0.41 0.56
Hex B9 BD 62 2 0 30 1A 3F 29 38
Octal 271 275 142 2 0 60 32 77 51 70
Binary 10111001 10111101 1100010 10 0 110000 11010 111111 101001 111000

Color Harmonies of #B9BD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BD62

Black with #B9BD62

Text Example


Text Example

White with #B9BD62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BD62; }

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

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

background-color css

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

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

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

border-color css

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

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

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