#B4B756

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

Shades of Olive Green #B4B756

Tints of Olive Green #B4B756

Color information

#B4B756 (or 0xB4B756) is unknown color: approx Olive Green. HEX triplet: B4, B7 and 56. RGB value is (180,183,86). Sum of RGB (Red+Green+Blue) = 180+183+86=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 183 - color contains mainly: green. Hex color #B4B756 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B756 is #4B48A9. Grayscale: #ABABAB. Windows color (decimal): -4933802 or 5683124. OLE color: 5683124.

HSL color Cylindrical-coordinate representation of color #B4B756: hue angle of 61.86º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B4B756 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB18018386-
CMYK0.0200.530.28
HSL61.86º40.25%52.75%-
HSV(B)61.86º53.01%71.76%-
XYZ37.4444.2415.37-
YUV171.0480.01134.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.09%
GREEN value IS 183 (71.88% from 255) = 40.76%
BLUE value IS 86 (33.98% from 255) = 19.15%
R=40.09%
G=40.76%
B=19.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal180183860.0200.530.2861.8640.2552.75
HexB4B75620351C3e2835
Octal264267126206534765065
Binary1011010010110111101011010011010111100111110101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B756; }

 p { color: rgb(180,183,86); }

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

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

 a { background-color: rgb(180,183,86); }

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

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

 span { border-color: rgb(180,183,86); }

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