#B7AD50

Color #B7AD50 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #B7AD50

Tints of Olive Green #B7AD50

Color information

#B7AD50 (or 0xB7AD50) is unknown color: approx Olive Green. HEX triplet: B7, AD and 50. RGB value is (183,173,80). Sum of RGB (Red+Green+Blue) = 183+173+80=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AD50 is #4852AF. Grayscale: #A5A5A5. Windows color (decimal): -4739760 or 5287351. OLE color: 5287351.

HSL color Cylindrical-coordinate representation of color #B7AD50: hue angle of 54.17º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B7AD50 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB18317380-
CMYK00.050.560.28
HSL54.17º41.7%51.57%-
HSV(B)54.17º56.28%71.76%-
XYZ35.9240.5313.52-
YUV165.3979.81140.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.97%
GREEN value IS 173 (67.97% from 255) = 39.68%
BLUE value IS 80 (31.64% from 255) = 18.35%
R=41.97%
G=39.68%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831738000.050.560.2854.1741.751.57
HexB7AD5005381C362a34
Octal267255120057034665264
Binary10110111101011011010000010111100011100110110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AD50; }

 p { color: rgb(183,173,80); }

 H1.HeaderClassName
 {
   color: #B7AD50;
 }
 .AnyTagClassName
 {
   color: #B7AD50;
 }
</style>
background-color css

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

 a { background-color: rgb(183,173,80); }

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

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

 span { border-color: rgb(183,173,80); }

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