Html Css Color HEX #B9BA62 Olive Green

📋 copy color: '#B9BA62'

red 185 ◦ green 186 ◦ blue 98

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

Shades of Olive Green #B9BA62

Tints of Olive Green #B9BA62

RGB

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

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

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

R = 39.45%
G = 39.66%
B = 20.9%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#B9BA62 (or 0xB9BA62) is known color: Olive Green. HEX triplet: B9, BA and 62. RGB value is (185,186,98). Sum of RGB (Red+Green+Blue) = 185+186+98=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 98 (38.67% from 255 or 20.90% from 469); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BA62 is #46459D. Grayscale: #B0B0B0. Windows color (decimal): -4605342 or 6470329. OLE color: 6470329.

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

Color convert

RGB 185 186 98 -
CMYK 0.01 0 0.47 0.27
HSL 60.68º 0.39% 0.56% -
HSV(B) 60.68º 0.47% 0.73% -
XYZ 39.77 46.31 18.4 -
YUV 175.67 84.17 134.66 -
System Red Green Blue C M Y K H S L
Decimal 185 186 98 0.01 0 0.47 0.27 60.68 0.39 0.56
Hex B9 BA 62 1 0 2F 1B 3D 27 38
Octal 271 272 142 1 0 57 33 75 47 70
Binary 10111001 10111010 1100010 1 0 101111 11011 111101 100111 111000

Color Harmonies of #B9BA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BA62

Black with #B9BA62

Text Example


Text Example

White with #B9BA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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