Html Css Color HEX #B3AD53 Olive Green

📋 copy color: '#B3AD53'

red 179 ◦ green 173 ◦ blue 83

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

Shades of Olive Green #B3AD53

Tints of Olive Green #B3AD53

RGB

 RED value IS 179 (70.31% from 255) = 41.15%

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

 BLUE value IS 83 (32.81% from 255) = 19.08%

R = 41.15%
G = 39.77%
B = 19.08%

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

#B3AD53 (or 0xB3AD53) is known color: Olive Green. HEX triplet: B3, AD and 53. RGB value is (179,173,83). Sum of RGB (Red+Green+Blue) = 179+173+83=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 83 (32.81% from 255 or 19.08% from 435); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AD53 is #4C52AC. Grayscale: #A4A4A4. Windows color (decimal): -5001901 or 5483955. OLE color: 5483955.

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

Color convert

RGB 179 173 83 -
CMYK 0 0.03 0.54 0.30
HSL 56.25º 0.39% 0.51% -
HSV(B) 56.25º 0.54% 0.7% -
XYZ 35.1 40.1 14.07 -
YUV 164.53 81.99 138.32 -
System Red Green Blue C M Y K H S L
Decimal 179 173 83 0 0.03 0.54 0.30 56.25 0.39 0.51
Hex B3 AD 53 0 3 36 1E 38 27 33
Octal 263 255 123 0 3 66 36 70 47 63
Binary 10110011 10101101 1010011 0 11 110110 11110 111000 100111 110011

Color Harmonies of #B3AD53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AD53

Black with #B3AD53

Text Example


Text Example

White with #B3AD53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AD53; }

 p { color: rgb(179,173,83); }

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

background-color css

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

 a { background-color: rgb(179,173,83); }

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

border-color css

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

 span { border-color: rgb(179,173,83); }

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