Html Css Color HEX #B9B954 Olive Green

📋 copy color: '#B9B954'

red 185 ◦ green 185 ◦ blue 84

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

Shades of Olive Green #B9B954

Tints of Olive Green #B9B954

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.75%

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

R = 40.75%
G = 40.75%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B9B954 (or 0xB9B954) is known color: Olive Green. HEX triplet: B9, B9 and 54. RGB value is (185,185,84). Sum of RGB (Red+Green+Blue) = 185+185+84=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 84 (33.20% from 255 or 18.50% from 454); Max value from RGB is 185 - color contains mainly: red, green. Hex color #B9B954 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B954 is #4646AB. Grayscale: #ADADAD. Windows color (decimal): -4605612 or 5552569. OLE color: 5552569.

HSL color Cylindrical-coordinate representation of color #B9B954: hue angle of 60º degrees, saturation: 0.42, 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 #B9B954 is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 185 84 -
CMYK 0 0 0.55 0.27
HSL 60º 0.42% 0.53% -
HSV(B) 60º 0.55% 0.73% -
XYZ 38.96 45.65 15.15 -
YUV 173.49 77.5 136.21 -
System Red Green Blue C M Y K H S L
Decimal 185 185 84 0 0 0.55 0.27 60 0.42 0.53
Hex B9 B9 54 0 0 37 1B 3C 2A 35
Octal 271 271 124 0 0 67 33 74 52 65
Binary 10111001 10111001 1010100 0 0 110111 11011 111100 101010 110101

Color Harmonies of #B9B954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B954

Black with #B9B954

Text Example


Text Example

White with #B9B954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B954; }

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

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

background-color css

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

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

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

border-color css

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

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

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