Html Css Color HEX #B0AD55 Olive Green

📋 copy color: '#B0AD55'

red 176 ◦ green 173 ◦ blue 85

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

Shades of Olive Green #B0AD55

Tints of Olive Green #B0AD55

RGB

 RED value IS 176 (69.14% from 255) = 40.55%

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

 BLUE value IS 85 (33.59% from 255) = 19.59%

R = 40.55%
G = 39.86%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B0AD55 (or 0xB0AD55) is known color: Olive Green. HEX triplet: B0, AD and 55. RGB value is (176,173,85). Sum of RGB (Red+Green+Blue) = 176+173+85=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 85 (33.59% from 255 or 19.59% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AD55 is #4F52AA. Grayscale: #A4A4A4. Windows color (decimal): -5198507 or 5615024. OLE color: 5615024.

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

Color convert

RGB 176 173 85 -
CMYK 0 0.02 0.52 0.31
HSL 58.02º 0.37% 0.51% -
HSV(B) 58.02º 0.52% 0.69% -
XYZ 34.49 39.77 14.45 -
YUV 163.87 83.49 136.66 -
System Red Green Blue C M Y K H S L
Decimal 176 173 85 0 0.02 0.52 0.31 58.02 0.37 0.51
Hex B0 AD 55 0 2 34 1F 3A 25 33
Octal 260 255 125 0 2 64 37 72 45 63
Binary 10110000 10101101 1010101 0 10 110100 11111 111010 100101 110011

Color Harmonies of #B0AD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AD55

Black with #B0AD55

Text Example


Text Example

White with #B0AD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AD55; }

 p { color: rgb(176,173,85); }

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

background-color css

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

 a { background-color: rgb(176,173,85); }

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

border-color css

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

 span { border-color: rgb(176,173,85); }

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