Html Css Color HEX #B0B556 Olive Green

📋 copy color: '#B0B556'

red 176 ◦ green 181 ◦ blue 86

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

Shades of Olive Green #B0B556

Tints of Olive Green #B0B556

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.86%

 BLUE value IS 86 (33.98% from 255) = 19.41%

R = 39.73%
G = 40.86%
B = 19.41%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B0B556 (or 0xB0B556) is known color: Olive Green. HEX triplet: B0, B5 and 56. RGB value is (176,181,86). Sum of RGB (Red+Green+Blue) = 176+181+86=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 86 (33.98% from 255 or 19.41% from 443); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B556 is #4F4AA9. Grayscale: #A9A9A9. Windows color (decimal): -5196458 or 5682608. OLE color: 5682608.

HSL color Cylindrical-coordinate representation of color #B0B556: hue angle of 63.16º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0B556 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 176 181 86 -
CMYK 0.03 0 0.52 0.29
HSL 63.16º 0.39% 0.52% -
HSV(B) 63.16º 0.52% 0.71% -
XYZ 36.11 42.95 15.19 -
YUV 168.68 81.34 133.22 -
System Red Green Blue C M Y K H S L
Decimal 176 181 86 0.03 0 0.52 0.29 63.16 0.39 0.52
Hex B0 B5 56 3 0 34 1D 3F 27 34
Octal 260 265 126 3 0 64 35 77 47 64
Binary 10110000 10110101 1010110 11 0 110100 11101 111111 100111 110100

Color Harmonies of #B0B556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B556

Black with #B0B556

Text Example


Text Example

White with #B0B556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B556; }

 p { color: rgb(176,181,86); }

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

background-color css

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

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

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

border-color css

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

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

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