Html Css Color HEX #B9B95A Olive Green

📋 copy color: '#B9B95A'

red 185 ◦ green 185 ◦ blue 90

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

Shades of Olive Green #B9B95A

Tints of Olive Green #B9B95A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.57%

R = 40.22%
G = 40.22%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9B95A (or 0xB9B95A) is known color: Olive Green. HEX triplet: B9, B9 and 5A. RGB value is (185,185,90). Sum of RGB (Red+Green+Blue) = 185+185+90=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 90 (35.55% from 255 or 19.57% from 460); Max value from RGB is 185 - color contains mainly: red, green. Hex color #B9B95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B95A is #4646A5. Grayscale: #AEAEAE. Windows color (decimal): -4605606 or 5945785. OLE color: 5945785.

HSL color Cylindrical-coordinate representation of color #B9B95A: hue angle of 60º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B9B95A is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 185 90 -
CMYK 0 0 0.51 0.27
HSL 60º 0.4% 0.54% -
HSV(B) 60º 0.51% 0.73% -
XYZ 39.2 45.75 16.44 -
YUV 174.17 80.5 135.72 -
System Red Green Blue C M Y K H S L
Decimal 185 185 90 0 0 0.51 0.27 60 0.4 0.54
Hex B9 B9 5A 0 0 33 1B 3C 28 36
Octal 271 271 132 0 0 63 33 74 50 66
Binary 10111001 10111001 1011010 0 0 110011 11011 111100 101000 110110

Color Harmonies of #B9B95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B95A

Black with #B9B95A

Text Example


Text Example

White with #B9B95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B95A; }

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

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

background-color css

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

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

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

border-color css

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

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

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