Html Css Color HEX #B2AD50 Olive Green

📋 copy color: '#B2AD50'

red 178 ◦ green 173 ◦ blue 80

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

Shades of Olive Green #B2AD50

Tints of Olive Green #B2AD50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.56%

R = 41.3%
G = 40.14%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B2AD50 (or 0xB2AD50) is known color: Olive Green. HEX triplet: B2, AD and 50. RGB value is (178,173,80). Sum of RGB (Red+Green+Blue) = 178+173+80=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AD50 is #4D52AF. Grayscale: #A4A4A4. Windows color (decimal): -5067440 or 5287346. OLE color: 5287346.

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

Color convert

RGB 178 173 80 -
CMYK 0 0.03 0.55 0.30
HSL 56.94º 0.39% 0.51% -
HSV(B) 56.94º 0.55% 0.7% -
XYZ 34.75 39.93 13.47 -
YUV 163.89 80.66 138.06 -
System Red Green Blue C M Y K H S L
Decimal 178 173 80 0 0.03 0.55 0.30 56.94 0.39 0.51
Hex B2 AD 50 0 3 37 1E 39 27 33
Octal 262 255 120 0 3 67 36 71 47 63
Binary 10110010 10101101 1010000 0 11 110111 11110 111001 100111 110011

Color Harmonies of #B2AD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AD50

Black with #B2AD50

Text Example


Text Example

White with #B2AD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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