Html Css Color HEX #B9B961 Olive Green

📋 copy color: '#B9B961'

red 185 ◦ green 185 ◦ blue 97

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

Shades of Olive Green #B9B961

Tints of Olive Green #B9B961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.77%

R = 39.61%
G = 39.61%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B9B961 (or 0xB9B961) is known color: Olive Green. HEX triplet: B9, B9 and 61. RGB value is (185,185,97). Sum of RGB (Red+Green+Blue) = 185+185+97=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 97 (38.28% from 255 or 20.77% from 467); Max value from RGB is 185 - color contains mainly: red, green. Hex color #B9B961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B961 is #46469E. Grayscale: #AFAFAF. Windows color (decimal): -4605599 or 6404537. OLE color: 6404537.

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

Color convert

RGB 185 185 97 -
CMYK 0 0 0.48 0.27
HSL 60º 0.39% 0.55% -
HSV(B) 60º 0.48% 0.73% -
XYZ 39.51 45.88 18.08 -
YUV 174.97 84 135.16 -
System Red Green Blue C M Y K H S L
Decimal 185 185 97 0 0 0.48 0.27 60 0.39 0.55
Hex B9 B9 61 0 0 30 1B 3C 27 37
Octal 271 271 141 0 0 60 33 74 47 67
Binary 10111001 10111001 1100001 0 0 110000 11011 111100 100111 110111

Color Harmonies of #B9B961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B961

Black with #B9B961

Text Example


Text Example

White with #B9B961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B961; }

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

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

background-color css

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

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

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

border-color css

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

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

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