#BBD369

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

Shades of Wild Willow #BBD369

Tints of Wild Willow #BBD369

Color information

#BBD369 (or 0xBBD369) is unknown color: approx Wild Willow. HEX triplet: BB, D3 and 69. RGB value is (187,211,105). Sum of RGB (Red+Green+Blue) = 187+211+105=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 105 (41.41% from 255 or 20.87% from 503); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD369 is #442C96. Grayscale: #C0C0C0. Windows color (decimal): -4467863 or 6935483. OLE color: 6935483.

HSL color Cylindrical-coordinate representation of color #BBD369: hue angle of 73.58º 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 #BBD369 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB187211105-
CMYK0.1100.500.17
HSL73.58º54.64%61.96%-
HSV(B)73.58º50.24%82.75%-
XYZ46.3458.1722.15-
YUV191.7479.05124.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.18%
GREEN value IS 211 (82.81% from 255) = 41.95%
BLUE value IS 105 (41.41% from 255) = 20.87%
R=37.18%
G=41.95%
B=20.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872111050.1100.500.1773.5854.6461.96
HexBBD369B032114a373e
Octal27332315113062211126776
Binary1011101111010011110100110110110010100011001010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD369; }

 p { color: rgb(187,211,105); }

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

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

 a { background-color: rgb(187,211,105); }

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

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

 span { border-color: rgb(187,211,105); }

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