Html Css Color HEX #B3AD5D Olive Green

📋 copy color: '#B3AD5D'

red 179 ◦ green 173 ◦ blue 93

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

Shades of Olive Green #B3AD5D

Tints of Olive Green #B3AD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.9%

R = 40.22%
G = 38.88%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B3AD5D (or 0xB3AD5D) is known color: Olive Green. HEX triplet: B3, AD and 5D. RGB value is (179,173,93). Sum of RGB (Red+Green+Blue) = 179+173+93=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AD5D is #4C52A2. Grayscale: #A5A5A5. Windows color (decimal): -5001891 or 6139315. OLE color: 6139315.

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

Color convert

RGB 179 173 93 -
CMYK 0 0.03 0.48 0.30
HSL 55.81º 0.36% 0.53% -
HSV(B) 55.81º 0.48% 0.7% -
XYZ 35.51 40.26 16.26 -
YUV 165.67 86.99 137.5 -
System Red Green Blue C M Y K H S L
Decimal 179 173 93 0 0.03 0.48 0.30 55.81 0.36 0.53
Hex B3 AD 5D 0 3 30 1E 38 24 35
Octal 263 255 135 0 3 60 36 70 44 65
Binary 10110011 10101101 1011101 0 11 110000 11110 111000 100100 110101

Color Harmonies of #B3AD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AD5D

Black with #B3AD5D

Text Example


Text Example

White with #B3AD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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