Html Css Color HEX #B9B057 Olive Green

📋 copy color: '#B9B057'

red 185 ◦ green 176 ◦ blue 87

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

Shades of Olive Green #B9B057

Tints of Olive Green #B9B057

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.29%

 BLUE value IS 87 (34.38% from 255) = 19.42%

R = 41.29%
G = 39.29%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#B9B057 (or 0xB9B057) is known color: Olive Green. HEX triplet: B9, B0 and 57. RGB value is (185,176,87). Sum of RGB (Red+Green+Blue) = 185+176+87=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 87 (34.38% from 255 or 19.42% from 448); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B057 is #464FA8. Grayscale: #A8A8A8. Windows color (decimal): -4607913 or 5746873. OLE color: 5746873.

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

Color convert

RGB 185 176 87 -
CMYK 0 0.05 0.53 0.27
HSL 54.49º 0.41% 0.53% -
HSV(B) 54.49º 0.53% 0.73% -
XYZ 37.25 42.05 15.17 -
YUV 168.55 81.98 139.74 -
System Red Green Blue C M Y K H S L
Decimal 185 176 87 0 0.05 0.53 0.27 54.49 0.41 0.53
Hex B9 B0 57 0 5 35 1B 36 29 35
Octal 271 260 127 0 5 65 33 66 51 65
Binary 10111001 10110000 1010111 0 101 110101 11011 110110 101001 110101

Color Harmonies of #B9B057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B057

Black with #B9B057

Text Example


Text Example

White with #B9B057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B057; }

 p { color: rgb(185,176,87); }

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

background-color css

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

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

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

border-color css

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

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

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