Html Css Color HEX #B2AD51 Olive Green

📋 copy color: '#B2AD51'

red 178 ◦ green 173 ◦ blue 81

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

Shades of Olive Green #B2AD51

Tints of Olive Green #B2AD51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.75%

R = 41.2%
G = 40.05%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B2AD51 (or 0xB2AD51) is known color: Olive Green. HEX triplet: B2, AD and 51. RGB value is (178,173,81). Sum of RGB (Red+Green+Blue) = 178+173+81=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 81 (32.03% from 255 or 18.75% from 432); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AD51 is #4D52AE. Grayscale: #A4A4A4. Windows color (decimal): -5067439 or 5352882. OLE color: 5352882.

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

Color convert

RGB 178 173 81 -
CMYK 0 0.03 0.54 0.30
HSL 56.91º 0.39% 0.51% -
HSV(B) 56.91º 0.54% 0.7% -
XYZ 34.79 39.95 13.66 -
YUV 164.01 81.16 137.98 -
System Red Green Blue C M Y K H S L
Decimal 178 173 81 0 0.03 0.54 0.30 56.91 0.39 0.51
Hex B2 AD 51 0 3 36 1E 39 27 33
Octal 262 255 121 0 3 66 36 71 47 63
Binary 10110010 10101101 1010001 0 11 110110 11110 111001 100111 110011

Color Harmonies of #B2AD51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AD51

Black with #B2AD51

Text Example


Text Example

White with #B2AD51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AD51; }

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

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

background-color css

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

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

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

border-color css

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

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

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