#b5b14c

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

Shades of Olive Green #B5B14C

Tints of Olive Green #B5B14C

Color information

#B5B14C (or 0xB5B14C) is unknown color: approx Olive Green. HEX triplet: B5, B1 and 4C. RGB value is (181,177,76). Sum of RGB (Red+Green+Blue) = 181+177+76=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 76 (30.08% from 255 or 17.51% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5B14C is #4A4EB3. Grayscale: #A7A7A7. Windows color (decimal): -4869812 or 5026229. OLE color: 5026229.

HSL color Cylindrical-coordinate representation of color #B5B14C: hue angle of 57.71º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B5B14C is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB18117776-
CMYK00.020.580.29
HSL57.71º41.5%50.39%-
HSV(B)57.71º58.01%70.98%-
XYZ36.0841.7913-
YUV166.6876.83138.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.71%
GREEN value IS 177 (69.53% from 255) = 40.78%
BLUE value IS 76 (30.08% from 255) = 17.51%
R=41.71%
G=40.78%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811777600.020.580.2957.7141.550.39
HexB5B14C023A1D3a2a32
Octal265261114027235725262
Binary1011010110110001100110001011101011101111010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5b14c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5b14c; }

 p { color: rgb(181,177,76); }

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

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

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

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

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

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

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