#BBD474

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

Shades of Wild Willow #BBD474

Tints of Wild Willow #BBD474

Color information

#BBD474 (or 0xBBD474) is unknown color: approx Wild Willow. HEX triplet: BB, D4 and 74. RGB value is (187,212,116). Sum of RGB (Red+Green+Blue) = 187+212+116=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 116 (45.70% from 255 or 22.52% from 515); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD474 is #442B8B. Grayscale: #C1C1C1. Windows color (decimal): -4467596 or 7656635. OLE color: 7656635.

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

Color convert

RGB187212116-
CMYK0.1200.450.17
HSL75.62º52.75%64.31%-
HSV(B)75.62º45.28%83.14%-
XYZ47.1958.9125.41-
YUV193.5884.22123.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.31%
GREEN value IS 212 (83.20% from 255) = 41.17%
BLUE value IS 116 (45.70% from 255) = 22.52%
R=36.31%
G=41.17%
B=22.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872121160.1200.450.1775.6252.7564.31
HexBBD474C02D114c3540
Octal273324164140552111465100
Binary10111011110101001110100110001011011000110011001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD474; }

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

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

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

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

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

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

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

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