#B7AD52

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

Shades of Olive Green #B7AD52

Tints of Olive Green #B7AD52

Color information

#B7AD52 (or 0xB7AD52) is unknown color: approx Olive Green. HEX triplet: B7, AD and 52. RGB value is (183,173,82). Sum of RGB (Red+Green+Blue) = 183+173+82=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 82 (32.42% from 255 or 18.72% from 438); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AD52 is #4852AD. Grayscale: #A5A5A5. Windows color (decimal): -4739758 or 5418423. OLE color: 5418423.

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

Color convert

RGB18317382-
CMYK00.050.550.28
HSL54.06º41.22%51.96%-
HSV(B)54.06º55.19%71.76%-
XYZ3640.5613.92-
YUV165.6280.81140.4-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.78%
GREEN value IS 173 (67.97% from 255) = 39.50%
BLUE value IS 82 (32.42% from 255) = 18.72%
R=41.78%
G=39.50%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831738200.050.550.2854.0641.2251.96
HexB7AD5205371C362934
Octal267255122056734665164
Binary10110111101011011010010010111011111100110110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AD52; }

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

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

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

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

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

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

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

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