Html Css Color HEX #B0B051 Olive Green

📋 copy color: '#B0B051'

red 176 ◦ green 176 ◦ blue 81

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

Shades of Olive Green #B0B051

Tints of Olive Green #B0B051

RGB

 RED value IS 176 (69.14% from 255) = 40.65%

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

 BLUE value IS 81 (32.03% from 255) = 18.71%

R = 40.65%
G = 40.65%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B0B051 (or 0xB0B051) is known color: Olive Green. HEX triplet: B0, B0 and 51. RGB value is (176,176,81). Sum of RGB (Red+Green+Blue) = 176+176+81=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 81 (32.03% from 255 or 18.71% from 433); Max value from RGB is 176 - color contains mainly: red, green. Hex color #B0B051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B051 is #4F4FAE. Grayscale: #A5A5A5. Windows color (decimal): -5197743 or 5353648. OLE color: 5353648.

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

Color convert

RGB 176 176 81 -
CMYK 0 0 0.54 0.31
HSL 60º 0.38% 0.5% -
HSV(B) 60º 0.54% 0.69% -
XYZ 34.92 40.87 13.83 -
YUV 165.17 80.5 135.72 -
System Red Green Blue C M Y K H S L
Decimal 176 176 81 0 0 0.54 0.31 60 0.38 0.5
Hex B0 B0 51 0 0 36 1F 3C 26 32
Octal 260 260 121 0 0 66 37 74 46 62
Binary 10110000 10110000 1010001 0 0 110110 11111 111100 100110 110010

Color Harmonies of #B0B051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B051

Black with #B0B051

Text Example


Text Example

White with #B0B051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B051; }

 p { color: rgb(176,176,81); }

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

background-color css

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

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

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

border-color css

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

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

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