Html Css Color HEX #B3AD58 Olive Green

📋 copy color: '#B3AD58'

red 179 ◦ green 173 ◦ blue 88

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

Shades of Olive Green #B3AD58

Tints of Olive Green #B3AD58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20%

R = 40.68%
G = 39.32%
B = 20%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B3AD58 (or 0xB3AD58) is known color: Olive Green. HEX triplet: B3, AD and 58. RGB value is (179,173,88). Sum of RGB (Red+Green+Blue) = 179+173+88=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 88 (34.77% from 255 or 20% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AD58 is #4C52A7. Grayscale: #A5A5A5. Windows color (decimal): -5001896 or 5811635. OLE color: 5811635.

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

Color convert

RGB 179 173 88 -
CMYK 0 0.03 0.51 0.30
HSL 56.04º 0.37% 0.52% -
HSV(B) 56.04º 0.51% 0.7% -
XYZ 35.3 40.18 15.13 -
YUV 165.1 84.49 137.91 -
System Red Green Blue C M Y K H S L
Decimal 179 173 88 0 0.03 0.51 0.30 56.04 0.37 0.52
Hex B3 AD 58 0 3 33 1E 38 25 34
Octal 263 255 130 0 3 63 36 70 45 64
Binary 10110011 10101101 1011000 0 11 110011 11110 111000 100101 110100

Color Harmonies of #B3AD58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AD58

Black with #B3AD58

Text Example


Text Example

White with #B3AD58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AD58; }

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

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

background-color css

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

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

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

border-color css

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

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

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