#B3B55C

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

Shades of Olive Green #B3B55C

Tints of Olive Green #B3B55C

Color information

#B3B55C (or 0xB3B55C) is unknown color: approx Olive Green. HEX triplet: B3, B5 and 5C. RGB value is (179,181,92). Sum of RGB (Red+Green+Blue) = 179+181+92=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 181 - color contains mainly: green. Hex color #B3B55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B55C is #4C4AA3. Grayscale: #AAAAAA. Windows color (decimal): -4999844 or 6075827. OLE color: 6075827.

HSL color Cylindrical-coordinate representation of color #B3B55C: hue angle of 61.35º degrees, saturation: 0.38, 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 #B3B55C is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB17918192-
CMYK0.0100.490.29
HSL61.35º37.55%53.53%-
HSV(B)61.35º49.17%70.98%-
XYZ37.0543.416.55-
YUV170.2683.84134.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.60%
GREEN value IS 181 (71.09% from 255) = 40.04%
BLUE value IS 92 (36.33% from 255) = 20.35%
R=39.60%
G=40.04%
B=20.35%

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
Decimal179181920.0100.490.2961.3537.5553.53
HexB3B55C10311D3d2636
Octal263265134106135754666
Binary101100111011010110111001011000111101111101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B55C; }

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

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

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

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

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

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

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

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