#BBD071

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

Shades of Wild Willow #BBD071

Tints of Wild Willow #BBD071

Color information

#BBD071 (or 0xBBD071) is unknown color: approx Wild Willow. HEX triplet: BB, D0 and 71. RGB value is (187,208,113). Sum of RGB (Red+Green+Blue) = 187+208+113=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD071 is #442F8E. Grayscale: #BFBFBF. Windows color (decimal): -4468623 or 7459003. OLE color: 7459003.

HSL color Cylindrical-coordinate representation of color #BBD071: hue angle of 73.26º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBD071 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB187208113-
CMYK0.1000.460.18
HSL73.26º50.26%62.94%-
HSV(B)73.26º45.67%81.57%-
XYZ46.0356.8724.17-
YUV190.8984.04125.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.81%
GREEN value IS 208 (81.64% from 255) = 40.94%
BLUE value IS 113 (44.53% from 255) = 22.24%
R=36.81%
G=40.94%
B=22.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872081130.1000.460.1873.2650.2662.94
HexBBD071A02E1249323f
Octal27332016112056221116277
Binary1011101111010000111000110100101110100101001001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD071; }

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

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

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

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

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

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

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

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