#BBBD59

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

Shades of Olive Green #BBBD59

Tints of Olive Green #BBBD59

Color information

#BBBD59 (or 0xBBBD59) is unknown color: approx Olive Green. HEX triplet: BB, BD and 59. RGB value is (187,189,89). Sum of RGB (Red+Green+Blue) = 187+189+89=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 89 (35.16% from 255 or 19.14% from 465); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBD59 is #4442A6. Grayscale: #B1B1B1. Windows color (decimal): -4473511 or 5881275. OLE color: 5881275.

HSL color Cylindrical-coordinate representation of color #BBBD59: hue angle of 61.2º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBBD59 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB18718989-
CMYK0.0100.530.26
HSL61.2º43.1%54.51%-
HSV(B)61.2º52.91%74.12%-
XYZ40.4947.6816.52-
YUV17778.34135.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.22%
GREEN value IS 189 (74.22% from 255) = 40.65%
BLUE value IS 89 (35.16% from 255) = 19.14%
R=40.22%
G=40.65%
B=19.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal187189890.0100.530.2661.243.154.51
HexBBBD5910351A3d2b37
Octal273275131106532755367
Binary101110111011110110110011011010111010111101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBD59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBD59; }

 p { color: rgb(187,189,89); }

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

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

 a { background-color: rgb(187,189,89); }

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

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

 span { border-color: rgb(187,189,89); }

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