#BFD152

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

Shades of Wild Willow #BFD152

Tints of Wild Willow #BFD152

Color information

#BFD152 (or 0xBFD152) is unknown color: approx Wild Willow. HEX triplet: BF, D1 and 52. RGB value is (191,209,82). Sum of RGB (Red+Green+Blue) = 191+209+82=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 82 (32.42% from 255 or 17.01% from 482); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD152 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD152 is #402EAD. Grayscale: #BDBDBD. Windows color (decimal): -4206254 or 5427647. OLE color: 5427647.

HSL color Cylindrical-coordinate representation of color #BFD152: hue angle of 68.5º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFD152 is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB19120982-
CMYK0.0900.610.18
HSL68.5º57.99%57.06%-
HSV(B)68.5º60.77%81.96%-
XYZ45.8157.2916.63-
YUV189.1467.54129.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.63%
GREEN value IS 209 (82.03% from 255) = 43.36%
BLUE value IS 82 (32.42% from 255) = 17.01%
R=39.63%
G=43.36%
B=17.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal191209820.0900.610.1868.557.9957.06
HexBFD152903D12453a39
Octal27732112211075221057271
Binary1011111111010001101001010010111101100101000101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD152; }

 p { color: rgb(191,209,82); }

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

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

 a { background-color: rgb(191,209,82); }

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

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

 span { border-color: rgb(191,209,82); }

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