#BBD572

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

Shades of Wild Willow #BBD572

Tints of Wild Willow #BBD572

Color information

#BBD572 (or 0xBBD572) is unknown color: approx Wild Willow. HEX triplet: BB, D5 and 72. RGB value is (187,213,114). Sum of RGB (Red+Green+Blue) = 187+213+114=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 213 (83.59% from 255 or 41.44% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD572 is #442A8D. Grayscale: #C2C2C2. Windows color (decimal): -4467342 or 7525819. OLE color: 7525819.

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

Color convert

RGB187213114-
CMYK0.1200.460.16
HSL75.76º54.1%64.12%-
HSV(B)75.76º46.48%83.53%-
XYZ47.3359.3724.88-
YUV193.9482.89123.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.38%
GREEN value IS 213 (83.59% from 255) = 41.44%
BLUE value IS 114 (44.92% from 255) = 22.18%
R=36.38%
G=41.44%
B=22.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872131140.1200.460.1675.7654.164.12
HexBBD572C02E104c3640
Octal273325162140562011466100
Binary10111011110101011110010110001011101000010011001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD572; }

 p { color: rgb(187,213,114); }

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

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

 a { background-color: rgb(187,213,114); }

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

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

 span { border-color: rgb(187,213,114); }

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