#B3B55D

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

Shades of Olive Green #B3B55D

Tints of Olive Green #B3B55D

Color information

#B3B55D (or 0xB3B55D) is unknown color: approx Olive Green. HEX triplet: B3, B5 and 5D. RGB value is (179,181,93). Sum of RGB (Red+Green+Blue) = 179+181+93=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 181 - color contains mainly: green. Hex color #B3B55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B55D is #4C4AA2. Grayscale: #AAAAAA. Windows color (decimal): -4999843 or 6141363. OLE color: 6141363.

HSL color Cylindrical-coordinate representation of color #B3B55D: hue angle of 61.36º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B3B55D is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB17918193-
CMYK0.0100.490.29
HSL61.36º37.29%53.73%-
HSV(B)61.36º48.62%70.98%-
XYZ37.0943.4216.78-
YUV170.3784.34134.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.51%
GREEN value IS 181 (71.09% from 255) = 39.96%
BLUE value IS 93 (36.72% from 255) = 20.53%
R=39.51%
G=39.96%
B=20.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal179181930.0100.490.2961.3637.2953.73
HexB3B55D10311D3d2536
Octal263265135106135754566
Binary101100111011010110111011011000111101111101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B55D; }

 p { color: rgb(179,181,93); }

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

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

 a { background-color: rgb(179,181,93); }

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

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

 span { border-color: rgb(179,181,93); }

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