Html Css Color HEX #B2AD55 Olive Green

📋 copy color: '#B2AD55'

red 178 ◦ green 173 ◦ blue 85

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

Shades of Olive Green #B2AD55

Tints of Olive Green #B2AD55

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.68%

 BLUE value IS 85 (33.59% from 255) = 19.5%

R = 40.83%
G = 39.68%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B2AD55 (or 0xB2AD55) is known color: Olive Green. HEX triplet: B2, AD and 55. RGB value is (178,173,85). Sum of RGB (Red+Green+Blue) = 178+173+85=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AD55 is #4D52AA. Grayscale: #A4A4A4. Windows color (decimal): -5067435 or 5615026. OLE color: 5615026.

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

Color convert

RGB 178 173 85 -
CMYK 0 0.03 0.52 0.30
HSL 56.77º 0.38% 0.52% -
HSV(B) 56.77º 0.52% 0.7% -
XYZ 34.94 40.01 14.47 -
YUV 164.46 83.16 137.66 -
System Red Green Blue C M Y K H S L
Decimal 178 173 85 0 0.03 0.52 0.30 56.77 0.38 0.52
Hex B2 AD 55 0 3 34 1E 39 26 34
Octal 262 255 125 0 3 64 36 71 46 64
Binary 10110010 10101101 1010101 0 11 110100 11110 111001 100110 110100

Color Harmonies of #B2AD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AD55

Black with #B2AD55

Text Example


Text Example

White with #B2AD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AD55; }

 p { color: rgb(178,173,85); }

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

background-color css

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

 a { background-color: rgb(178,173,85); }

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

border-color css

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

 span { border-color: rgb(178,173,85); }

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