Html Css Color HEX #B9B95E Olive Green

📋 copy color: '#B9B95E'

red 185 ◦ green 185 ◦ blue 94

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

Shades of Olive Green #B9B95E

Tints of Olive Green #B9B95E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.26%

R = 39.87%
G = 39.87%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B9B95E (or 0xB9B95E) is known color: Olive Green. HEX triplet: B9, B9 and 5E. RGB value is (185,185,94). Sum of RGB (Red+Green+Blue) = 185+185+94=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 185 - color contains mainly: red, green. Hex color #B9B95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B95E is #4646A1. Grayscale: #AEAEAE. Windows color (decimal): -4605602 or 6207929. OLE color: 6207929.

HSL color Cylindrical-coordinate representation of color #B9B95E: 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.49%. Process color model (Four color, CMYK) of #B9B95E is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 185 94 -
CMYK 0 0 0.49 0.27
HSL 60º 0.39% 0.55% -
HSV(B) 60º 0.49% 0.73% -
XYZ 39.38 45.82 17.36 -
YUV 174.63 82.5 135.4 -
System Red Green Blue C M Y K H S L
Decimal 185 185 94 0 0 0.49 0.27 60 0.39 0.55
Hex B9 B9 5E 0 0 31 1B 3C 27 37
Octal 271 271 136 0 0 61 33 74 47 67
Binary 10111001 10111001 1011110 0 0 110001 11011 111100 100111 110111

Color Harmonies of #B9B95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B95E

Black with #B9B95E

Text Example


Text Example

White with #B9B95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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