#BBBD58

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

Shades of Olive Green #BBBD58

Tints of Olive Green #BBBD58

Color information

#BBBD58 (or 0xBBBD58) is unknown color: approx Olive Green. HEX triplet: BB, BD and 58. RGB value is (187,189,88). Sum of RGB (Red+Green+Blue) = 187+189+88=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 88 (34.77% from 255 or 18.97% from 464); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBD58 is #4442A7. Grayscale: #B1B1B1. Windows color (decimal): -4473512 or 5815739. OLE color: 5815739.

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

Color convert

RGB18718988-
CMYK0.0100.530.26
HSL61.19º43.35%54.31%-
HSV(B)61.19º53.44%74.12%-
XYZ40.4547.6616.3-
YUV176.8977.84135.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.30%
GREEN value IS 189 (74.22% from 255) = 40.73%
BLUE value IS 88 (34.77% from 255) = 18.97%
R=40.30%
G=40.73%
B=18.97%

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
Decimal187189880.0100.530.2661.1943.3554.31
HexBBBD5810351A3d2b36
Octal273275130106532755366
Binary101110111011110110110001011010111010111101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBD58; }

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

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

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

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

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

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

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

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