#BBBD57

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

Shades of Olive Green #BBBD57

Tints of Olive Green #BBBD57

Color information

#BBBD57 (or 0xBBBD57) is unknown color: approx Olive Green. HEX triplet: BB, BD and 57. RGB value is (187,189,87). Sum of RGB (Red+Green+Blue) = 187+189+87=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 87 (34.38% from 255 or 18.79% from 463); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBD57 is #4442A8. Grayscale: #B1B1B1. Windows color (decimal): -4473513 or 5750203. OLE color: 5750203.

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

Color convert

RGB18718987-
CMYK0.0100.540.26
HSL61.18º43.59%54.12%-
HSV(B)61.18º53.97%74.12%-
XYZ40.4147.6516.08-
YUV176.7777.34135.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.39%
GREEN value IS 189 (74.22% from 255) = 40.82%
BLUE value IS 87 (34.38% from 255) = 18.79%
R=40.39%
G=40.82%
B=18.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal187189870.0100.540.2661.1843.5954.12
HexBBBD5710361A3d2c36
Octal273275127106632755466
Binary101110111011110110101111011011011010111101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBD57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBD57; }

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

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

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

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

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

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

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

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