Html Css Color HEX #B9B150 Olive Green

📋 copy color: '#B9B150'

red 185 ◦ green 177 ◦ blue 80

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

Shades of Olive Green #B9B150

Tints of Olive Green #B9B150

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.05%

 BLUE value IS 80 (31.64% from 255) = 18.1%

R = 41.86%
G = 40.05%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B9B150 (or 0xB9B150) is known color: Olive Green. HEX triplet: B9, B1 and 50. RGB value is (185,177,80). Sum of RGB (Red+Green+Blue) = 185+177+80=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 80 (31.64% from 255 or 18.10% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B150 is #464EAF. Grayscale: #A8A8A8. Windows color (decimal): -4607664 or 5288377. OLE color: 5288377.

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

Color convert

RGB 185 177 80 -
CMYK 0 0.04 0.57 0.27
HSL 55.43º 0.43% 0.52% -
HSV(B) 55.43º 0.57% 0.73% -
XYZ 37.18 42.34 13.8 -
YUV 168.33 78.15 139.89 -
System Red Green Blue C M Y K H S L
Decimal 185 177 80 0 0.04 0.57 0.27 55.43 0.43 0.52
Hex B9 B1 50 0 4 39 1B 37 2B 34
Octal 271 261 120 0 4 71 33 67 53 64
Binary 10111001 10110001 1010000 0 100 111001 11011 110111 101011 110100

Color Harmonies of #B9B150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B150

Black with #B9B150

Text Example


Text Example

White with #B9B150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B150; }

 p { color: rgb(185,177,80); }

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

background-color css

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

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

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

border-color css

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

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

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