#B3B55E

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

Shades of Olive Green #B3B55E

Tints of Olive Green #B3B55E

Color information

#B3B55E (or 0xB3B55E) is unknown color: approx Olive Green. HEX triplet: B3, B5 and 5E. RGB value is (179,181,94). Sum of RGB (Red+Green+Blue) = 179+181+94=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 181 - color contains mainly: green. Hex color #B3B55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B55E is #4C4AA1. Grayscale: #AAAAAA. Windows color (decimal): -4999842 or 6206899. OLE color: 6206899.

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

Color convert

RGB17918194-
CMYK0.0100.480.29
HSL61.38º37.02%53.92%-
HSV(B)61.38º48.07%70.98%-
XYZ37.1343.4417.02-
YUV170.4884.84134.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.43%
GREEN value IS 181 (71.09% from 255) = 39.87%
BLUE value IS 94 (37.11% from 255) = 20.70%
R=39.43%
G=39.87%
B=20.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal179181940.0100.480.2961.3837.0253.92
HexB3B55E10301D3d2536
Octal263265136106035754566
Binary101100111011010110111101011000011101111101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B55E; }

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

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

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

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

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

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

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

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