#bbc85e

Color #BBC85E Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #BBC85E

Tints of Wild Willow #BBC85E

Color information

#BBC85E (or 0xBBC85E) is unknown color: approx Wild Willow. HEX triplet: BB, C8 and 5E. RGB value is (187,200,94). Sum of RGB (Red+Green+Blue) = 187+200+94=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 200 (78.52% from 255 or 41.58% from 481); Blue value is 94 (37.11% from 255 or 19.54% from 481); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC85E is #4437A1. Grayscale: #B8B8B8. Windows color (decimal): -4470690 or 6211771. OLE color: 6211771.

HSL color Cylindrical-coordinate representation of color #BBC85E: hue angle of 67.36º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBC85E is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB18720094-
CMYK0.0600.530.22
HSL67.36º49.07%57.65%-
HSV(B)67.36º53%78.43%-
XYZ43.1752.6818.48-
YUV184.0377.19130.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.88%
GREEN value IS 200 (78.52% from 255) = 41.58%
BLUE value IS 94 (37.11% from 255) = 19.54%
R=38.88%
G=41.58%
B=19.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal187200940.0600.530.2267.3649.0757.65
HexBBC85E60351643313a
Octal2733101366065261036172
Binary101110111100100010111101100110101101101000011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbc85e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbc85e; }

 p { color: rgb(187,200,94); }

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

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

 a { background-color: rgb(187,200,94); }

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

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

 span { border-color: rgb(187,200,94); }

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