#BBD471

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

Shades of Wild Willow #BBD471

Tints of Wild Willow #BBD471

Color information

#BBD471 (or 0xBBD471) is unknown color: approx Wild Willow. HEX triplet: BB, D4 and 71. RGB value is (187,212,113). Sum of RGB (Red+Green+Blue) = 187+212+113=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 113 (44.53% from 255 or 22.07% from 512); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD471 is #442B8E. Grayscale: #C1C1C1. Windows color (decimal): -4467599 or 7460027. OLE color: 7460027.

HSL color Cylindrical-coordinate representation of color #BBD471: hue angle of 75.15º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBD471 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB187212113-
CMYK0.1200.470.17
HSL75.15º53.51%63.73%-
HSV(B)75.15º46.7%83.14%-
XYZ47.0258.8424.5-
YUV193.2482.72123.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.52%
GREEN value IS 212 (83.20% from 255) = 41.41%
BLUE value IS 113 (44.53% from 255) = 22.07%
R=36.52%
G=41.41%
B=22.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872121130.1200.470.1775.1553.5163.73
HexBBD471C02F114b3640
Octal273324161140572111366100
Binary10111011110101001110001110001011111000110010111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD471; }

 p { color: rgb(187,212,113); }

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

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

 a { background-color: rgb(187,212,113); }

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

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

 span { border-color: rgb(187,212,113); }

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