Html Css Color HEX #B2B054 Olive Green

📋 copy color: '#B2B054'

red 178 ◦ green 176 ◦ blue 84

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

Shades of Olive Green #B2B054

Tints of Olive Green #B2B054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.18%

R = 40.64%
G = 40.18%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B2B054 (or 0xB2B054) is known color: Olive Green. HEX triplet: B2, B0 and 54. RGB value is (178,176,84). Sum of RGB (Red+Green+Blue) = 178+176+84=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 84 (33.20% from 255 or 19.18% from 438); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B054 is #4D4FAB. Grayscale: #A6A6A6. Windows color (decimal): -5066668 or 5550258. OLE color: 5550258.

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

Color convert

RGB 178 176 84 -
CMYK 0 0.01 0.53 0.30
HSL 58.72º 0.38% 0.51% -
HSV(B) 58.72º 0.53% 0.7% -
XYZ 35.49 41.16 14.46 -
YUV 166.11 81.66 136.48 -
System Red Green Blue C M Y K H S L
Decimal 178 176 84 0 0.01 0.53 0.30 58.72 0.38 0.51
Hex B2 B0 54 0 1 35 1E 3B 26 33
Octal 262 260 124 0 1 65 36 73 46 63
Binary 10110010 10110000 1010100 0 1 110101 11110 111011 100110 110011

Color Harmonies of #B2B054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B054

Black with #B2B054

Text Example


Text Example

White with #B2B054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B054; }

 p { color: rgb(178,176,84); }

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

background-color css

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

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

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

border-color css

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

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

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