#BBC660

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

Shades of Wild Willow #BBC660

Tints of Wild Willow #BBC660

Color information

#BBC660 (or 0xBBC660) is unknown color: approx Wild Willow. HEX triplet: BB, C6 and 60. RGB value is (187,198,96). Sum of RGB (Red+Green+Blue) = 187+198+96=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 198 (77.73% from 255 or 41.16% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC660 is #44399F. Grayscale: #B7B7B7. Windows color (decimal): -4471200 or 6342331. OLE color: 6342331.

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

Color convert

RGB18719896-
CMYK0.0600.520.22
HSL66.47º47.22%57.65%-
HSV(B)66.47º51.52%77.65%-
XYZ42.851.818.81-
YUV183.0878.86130.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.88%
GREEN value IS 198 (77.73% from 255) = 41.16%
BLUE value IS 96 (37.89% from 255) = 19.96%
R=38.88%
G=41.16%
B=19.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal187198960.0600.520.2266.4747.2257.65
HexBBC660603416422f3a
Octal2733061406064261025772
Binary101110111100011011000001100110100101101000010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC660; }

 p { color: rgb(187,198,96); }

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

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

 a { background-color: rgb(187,198,96); }

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

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

 span { border-color: rgb(187,198,96); }

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