#B7B15A

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

Shades of Olive Green #B7B15A

Tints of Olive Green #B7B15A

Color information

#B7B15A (or 0xB7B15A) is unknown color: approx Olive Green. HEX triplet: B7, B1 and 5A. RGB value is (183,177,90). Sum of RGB (Red+Green+Blue) = 183+177+90=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 90 (35.55% from 255 or 20% from 450); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B15A is #484EA5. Grayscale: #A9A9A9. Windows color (decimal): -4738726 or 5943735. OLE color: 5943735.

HSL color Cylindrical-coordinate representation of color #B7B15A: hue angle of 56.13º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B7B15A is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB18317790-
CMYK00.030.510.28
HSL56.13º39.24%53.53%-
HSV(B)56.13º50.82%71.76%-
XYZ37.142.2515.87-
YUV168.8883.49138.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.67%
GREEN value IS 177 (69.53% from 255) = 39.33%
BLUE value IS 90 (35.55% from 255) = 20%
R=40.67%
G=39.33%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831779000.030.510.2856.1339.2453.53
HexB7B15A03331C382736
Octal267261132036334704766
Binary1011011110110001101101001111001111100111000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B15A; }

 p { color: rgb(183,177,90); }

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

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

 a { background-color: rgb(183,177,90); }

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

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

 span { border-color: rgb(183,177,90); }

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