#BBB761

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

Shades of Olive Green #BBB761

Tints of Olive Green #BBB761

Color information

#BBB761 (or 0xBBB761) is unknown color: approx Olive Green. HEX triplet: BB, B7 and 61. RGB value is (187,183,97). Sum of RGB (Red+Green+Blue) = 187+183+97=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 97 (38.28% from 255 or 20.77% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB761 is #44489E. Grayscale: #AEAEAE. Windows color (decimal): -4475039 or 6404027. OLE color: 6404027.

HSL color Cylindrical-coordinate representation of color #BBB761: hue angle of 57.33º 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 #BBB761 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB18718397-
CMYK00.020.480.27
HSL57.33º39.82%55.69%-
HSV(B)57.33º48.13%73.33%-
XYZ39.5845.2917.97-
YUV174.3984.33136.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.04%
GREEN value IS 183 (71.88% from 255) = 39.19%
BLUE value IS 97 (38.28% from 255) = 20.77%
R=40.04%
G=39.19%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871839700.020.480.2757.3339.8255.69
HexBBB76102301B392838
Octal273267141026033715070
Binary1011101110110111110000101011000011011111001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB761; }

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

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

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

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

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

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

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

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