Html Css Color HEX #B2B456 Olive Green

📋 copy color: '#B2B456'

red 178 ◦ green 180 ◦ blue 86

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

Shades of Olive Green #B2B456

Tints of Olive Green #B2B456

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.54%

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

R = 40.09%
G = 40.54%
B = 19.37%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B2B456 (or 0xB2B456) is known color: Olive Green. HEX triplet: B2, B4 and 56. RGB value is (178,180,86). Sum of RGB (Red+Green+Blue) = 178+180+86=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 86 (33.98% from 255 or 19.37% from 444); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B456 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B456 is #4D4BA9. Grayscale: #A9A9A9. Windows color (decimal): -5065642 or 5682354. OLE color: 5682354.

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

Color convert

RGB 178 180 86 -
CMYK 0.01 0 0.52 0.29
HSL 61.28º 0.39% 0.52% -
HSV(B) 61.28º 0.52% 0.71% -
XYZ 36.36 42.78 15.14 -
YUV 168.69 81.34 134.64 -
System Red Green Blue C M Y K H S L
Decimal 178 180 86 0.01 0 0.52 0.29 61.28 0.39 0.52
Hex B2 B4 56 1 0 34 1D 3D 27 34
Octal 262 264 126 1 0 64 35 75 47 64
Binary 10110010 10110100 1010110 1 0 110100 11101 111101 100111 110100

Color Harmonies of #B2B456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B456

Black with #B2B456

Text Example


Text Example

White with #B2B456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B456; }

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

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

background-color css

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

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

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

border-color css

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

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

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