#BFD76B

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

Shades of Wild Willow #BFD76B

Tints of Wild Willow #BFD76B

Color information

#BFD76B (or 0xBFD76B) is unknown color: approx Wild Willow. HEX triplet: BF, D7 and 6B. RGB value is (191,215,107). Sum of RGB (Red+Green+Blue) = 191+215+107=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 107 (42.19% from 255 or 20.86% from 513); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD76B is #402894. Grayscale: #C3C3C3. Windows color (decimal): -4204693 or 7067583. OLE color: 7067583.

HSL color Cylindrical-coordinate representation of color #BFD76B: hue angle of 73.33º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFD76B is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB191215107-
CMYK0.1100.500.16
HSL73.33º57.45%63.14%-
HSV(B)73.33º50.23%84.31%-
XYZ48.4460.7423.08-
YUV195.5178.05124.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.23%
GREEN value IS 215 (84.38% from 255) = 41.91%
BLUE value IS 107 (42.19% from 255) = 20.86%
R=37.23%
G=41.91%
B=20.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912151070.1100.500.1673.3357.4563.14
HexBFD76BB0321049393f
Octal27732715313062201117177
Binary1011111111010111110101110110110010100001001001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD76B; }

 p { color: rgb(191,215,107); }

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

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

 a { background-color: rgb(191,215,107); }

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

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

 span { border-color: rgb(191,215,107); }

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