#B5BB61

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

Shades of Olive Green #B5BB61

Tints of Olive Green #B5BB61

Color information

#B5BB61 (or 0xB5BB61) is unknown color: approx Olive Green. HEX triplet: B5, BB and 61. RGB value is (181,187,97). Sum of RGB (Red+Green+Blue) = 181+187+97=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 97 (38.28% from 255 or 20.86% from 465); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BB61 is #4A449E. Grayscale: #AFAFAF. Windows color (decimal): -4867231 or 6405045. OLE color: 6405045.

HSL color Cylindrical-coordinate representation of color #B5BB61: hue angle of 64º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B5BB61 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB18118797-
CMYK0.0300.480.27
HSL64º39.82%55.69%-
HSV(B)64º48.13%73.33%-
XYZ38.9846.2318.18-
YUV174.9584.01132.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.92%
GREEN value IS 187 (73.44% from 255) = 40.22%
BLUE value IS 97 (38.28% from 255) = 20.86%
R=38.92%
G=40.22%
B=20.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181187970.0300.480.276439.8255.69
HexB5BB6130301B402838
Octal2652731413060331005070
Binary10110101101110111100001110110000110111000000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BB61; }

 p { color: rgb(181,187,97); }

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

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

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

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

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

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

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