Html Css Color HEX #B0AD5B Olive Green

📋 copy color: '#B0AD5B'

red 176 ◦ green 173 ◦ blue 91

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

Shades of Olive Green #B0AD5B

Tints of Olive Green #B0AD5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.68%

R = 40%
G = 39.32%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0AD5B (or 0xB0AD5B) is known color: Olive Green. HEX triplet: B0, AD and 5B. RGB value is (176,173,91). Sum of RGB (Red+Green+Blue) = 176+173+91=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AD5B is #4F52A4. Grayscale: #A4A4A4. Windows color (decimal): -5198501 or 6008240. OLE color: 6008240.

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

Color convert

RGB 176 173 91 -
CMYK 0 0.02 0.48 0.31
HSL 57.88º 0.35% 0.52% -
HSV(B) 57.88º 0.48% 0.69% -
XYZ 34.74 39.87 15.76 -
YUV 164.55 86.49 136.17 -
System Red Green Blue C M Y K H S L
Decimal 176 173 91 0 0.02 0.48 0.31 57.88 0.35 0.52
Hex B0 AD 5B 0 2 30 1F 3A 23 34
Octal 260 255 133 0 2 60 37 72 43 64
Binary 10110000 10101101 1011011 0 10 110000 11111 111010 100011 110100

Color Harmonies of #B0AD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AD5B

Black with #B0AD5B

Text Example


Text Example

White with #B0AD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AD5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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