Html Css Color HEX #B5B356 Olive Green

📋 copy color: '#B5B356'

red 181 ◦ green 179 ◦ blue 86

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

Shades of Olive Green #B5B356

Tints of Olive Green #B5B356

RGB

 RED value IS 181 (71.09% from 255) = 40.58%

 GREEN value IS 179 (70.31% from 255) = 40.13%

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

R = 40.58%
G = 40.13%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B5B356 (or 0xB5B356) is known color: Olive Green. HEX triplet: B5, B3 and 56. RGB value is (181,179,86). Sum of RGB (Red+Green+Blue) = 181+179+86=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 86 (33.98% from 255 or 19.28% from 446); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B356 is #4A4CA9. Grayscale: #A9A9A9. Windows color (decimal): -4869290 or 5682101. OLE color: 5682101.

HSL color Cylindrical-coordinate representation of color #B5B356: hue angle of 58.74º 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 #B5B356 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 179 86 -
CMYK 0 0.01 0.52 0.29
HSL 58.74º 0.39% 0.52% -
HSV(B) 58.74º 0.52% 0.71% -
XYZ 36.86 42.74 15.11 -
YUV 169 81.16 136.56 -
System Red Green Blue C M Y K H S L
Decimal 181 179 86 0 0.01 0.52 0.29 58.74 0.39 0.52
Hex B5 B3 56 0 1 34 1D 3B 27 34
Octal 265 263 126 0 1 64 35 73 47 64
Binary 10110101 10110011 1010110 0 1 110100 11101 111011 100111 110100

Color Harmonies of #B5B356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B356

Black with #B5B356

Text Example


Text Example

White with #B5B356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B356; }

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

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

background-color css

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

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

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

border-color css

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

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

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