Html Css Color HEX #B2AD59 Olive Green

📋 copy color: '#B2AD59'

red 178 ◦ green 173 ◦ blue 89

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

Shades of Olive Green #B2AD59

Tints of Olive Green #B2AD59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 20.23%

R = 40.45%
G = 39.32%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.5

 K value IS 0.30

RGB Variations

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

Color information

#B2AD59 (or 0xB2AD59) is known color: Olive Green. HEX triplet: B2, AD and 59. RGB value is (178,173,89). Sum of RGB (Red+Green+Blue) = 178+173+89=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 89 (35.16% from 255 or 20.23% from 440); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AD59 is #4D52A6. Grayscale: #A5A5A5. Windows color (decimal): -5067431 or 5877170. OLE color: 5877170.

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

Color convert

RGB 178 173 89 -
CMYK 0 0.03 0.5 0.30
HSL 56.63º 0.37% 0.52% -
HSV(B) 56.63º 0.5% 0.7% -
XYZ 35.11 40.07 15.34 -
YUV 164.92 85.16 137.33 -
System Red Green Blue C M Y K H S L
Decimal 178 173 89 0 0.03 0.5 0.30 56.63 0.37 0.52
Hex B2 AD 59 0 3 32 1E 39 25 34
Octal 262 255 131 0 3 62 36 71 45 64
Binary 10110010 10101101 1011001 0 11 110010 11110 111001 100101 110100

Color Harmonies of #B2AD59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AD59

Black with #B2AD59

Text Example


Text Example

White with #B2AD59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AD59; }

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

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

background-color css

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

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

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

border-color css

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

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

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