#B7B05B

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

Shades of Olive Green #B7B05B

Tints of Olive Green #B7B05B

Color information

#B7B05B (or 0xB7B05B) is unknown color: approx Olive Green. HEX triplet: B7, B0 and 5B. RGB value is (183,176,91). Sum of RGB (Red+Green+Blue) = 183+176+91=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 176 (69.14% from 255 or 39.11% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B05B is #484FA4. Grayscale: #A8A8A8. Windows color (decimal): -4738981 or 6009015. OLE color: 6009015.

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

Color convert

RGB18317691-
CMYK00.040.500.28
HSL55.43º38.98%53.73%-
HSV(B)55.43º50.27%71.76%-
XYZ36.9441.8716.03-
YUV168.484.32138.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.67%
GREEN value IS 176 (69.14% from 255) = 39.11%
BLUE value IS 91 (35.94% from 255) = 20.22%
R=40.67%
G=39.11%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831769100.040.500.2855.4338.9853.73
HexB7B05B04321C372736
Octal267260133046234674766
Binary10110111101100001011011010011001011100110111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B05B; }

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

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

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

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

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

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

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

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