#BBD46A

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

Shades of Wild Willow #BBD46A

Tints of Wild Willow #BBD46A

Color information

#BBD46A (or 0xBBD46A) is unknown color: approx Wild Willow. HEX triplet: BB, D4 and 6A. RGB value is (187,212,106). Sum of RGB (Red+Green+Blue) = 187+212+106=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 212 (83.20% from 255 or 41.98% from 505); Blue value is 106 (41.80% from 255 or 20.99% from 505); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD46A is #442B95. Grayscale: #C0C0C0. Windows color (decimal): -4467606 or 7001275. OLE color: 7001275.

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

Color convert

RGB187212106-
CMYK0.1200.50.17
HSL74.15º55.21%62.35%-
HSV(B)74.15º50%83.14%-
XYZ46.6458.6922.51-
YUV192.4479.22124.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.03%
GREEN value IS 212 (83.20% from 255) = 41.98%
BLUE value IS 106 (41.80% from 255) = 20.99%
R=37.03%
G=41.98%
B=20.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872121060.1200.50.1774.1555.2162.35
HexBBD46AC032114a373e
Octal27332415214062211126776
Binary1011101111010100110101011000110010100011001010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD46A; }

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

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

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

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

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

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

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

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