Html Css Color HEX #B2B356 Olive Green

📋 copy color: '#B2B356'

red 178 ◦ green 179 ◦ blue 86

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

Shades of Olive Green #B2B356

Tints of Olive Green #B2B356

RGB

 RED value IS 178 (69.92% from 255) = 40.18%

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

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

R = 40.18%
G = 40.41%
B = 19.41%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B2B356 (or 0xB2B356) is known color: Olive Green. HEX triplet: B2, B3 and 56. RGB value is (178,179,86). Sum of RGB (Red+Green+Blue) = 178+179+86=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 86 (33.98% from 255 or 19.41% from 443); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B356 is #4D4CA9. Grayscale: #A8A8A8. Windows color (decimal): -5065898 or 5682098. OLE color: 5682098.

HSL color Cylindrical-coordinate representation of color #B2B356: hue angle of 60.65º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2B356 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 179 86 -
CMYK 0.01 0 0.52 0.30
HSL 60.65º 0.38% 0.52% -
HSV(B) 60.65º 0.52% 0.7% -
XYZ 36.16 42.38 15.08 -
YUV 168.1 81.67 135.06 -
System Red Green Blue C M Y K H S L
Decimal 178 179 86 0.01 0 0.52 0.30 60.65 0.38 0.52
Hex B2 B3 56 1 0 34 1E 3D 26 34
Octal 262 263 126 1 0 64 36 75 46 64
Binary 10110010 10110011 1010110 1 0 110100 11110 111101 100110 110100

Color Harmonies of #B2B356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B356

Black with #B2B356

Text Example


Text Example

White with #B2B356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B356; }

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

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

background-color css

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

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

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

border-color css

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

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

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