#B5B55C

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

Shades of Olive Green #B5B55C

Tints of Olive Green #B5B55C

Color information

#B5B55C (or 0xB5B55C) is unknown color: approx Olive Green. HEX triplet: B5, B5 and 5C. RGB value is (181,181,92). Sum of RGB (Red+Green+Blue) = 181+181+92=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 181 - color contains mainly: red, green. Hex color #B5B55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B55C is #4A4AA3. Grayscale: #ABABAB. Windows color (decimal): -4868772 or 6075829. OLE color: 6075829.

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

Color convert

RGB18118192-
CMYK000.490.29
HSL60º37.55%53.53%-
HSV(B)60º49.17%70.98%-
XYZ37.5143.6416.57-
YUV170.8583.5135.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.87%
GREEN value IS 181 (71.09% from 255) = 39.87%
BLUE value IS 92 (36.33% from 255) = 20.26%
R=39.87%
G=39.87%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18118192000.490.296037.5553.53
HexB5B55C00311D3c2636
Octal265265134006135744666
Binary101101011011010110111000011000111101111100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B55C; }

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

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

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

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

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

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

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

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