Html Css Color HEX #B9BA54 Olive Green

📋 copy color: '#B9BA54'

red 185 ◦ green 186 ◦ blue 84

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

Shades of Olive Green #B9BA54

Tints of Olive Green #B9BA54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.46%

R = 40.66%
G = 40.88%
B = 18.46%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B9BA54 (or 0xB9BA54) is known color: Olive Green. HEX triplet: B9, BA and 54. RGB value is (185,186,84). Sum of RGB (Red+Green+Blue) = 185+186+84=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 84 (33.20% from 255 or 18.46% from 455); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BA54 is #4645AB. Grayscale: #AEAEAE. Windows color (decimal): -4605356 or 5552825. OLE color: 5552825.

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

Color convert

RGB 185 186 84 -
CMYK 0.01 0 0.55 0.27
HSL 60.59º 0.43% 0.53% -
HSV(B) 60.59º 0.55% 0.73% -
XYZ 39.17 46.07 15.22 -
YUV 174.07 77.17 135.79 -
System Red Green Blue C M Y K H S L
Decimal 185 186 84 0.01 0 0.55 0.27 60.59 0.43 0.53
Hex B9 BA 54 1 0 37 1B 3D 2A 35
Octal 271 272 124 1 0 67 33 75 52 65
Binary 10111001 10111010 1010100 1 0 110111 11011 111101 101010 110101

Color Harmonies of #B9BA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BA54

Black with #B9BA54

Text Example


Text Example

White with #B9BA54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BA54; }

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

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

background-color css

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

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

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

border-color css

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

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

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