#BFD765

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

Shades of Wild Willow #BFD765

Tints of Wild Willow #BFD765

Color information

#BFD765 (or 0xBFD765) is unknown color: approx Wild Willow. HEX triplet: BF, D7 and 65. RGB value is (191,215,101). Sum of RGB (Red+Green+Blue) = 191+215+101=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 101 (39.84% from 255 or 19.92% from 507); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD765 is #40289A. Grayscale: #C3C3C3. Windows color (decimal): -4204699 or 6674367. OLE color: 6674367.

HSL color Cylindrical-coordinate representation of color #BFD765: hue angle of 72.63º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFD765 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB191215101-
CMYK0.1100.530.16
HSL72.63º58.76%61.96%-
HSV(B)72.63º53.02%84.31%-
XYZ48.1460.6221.48-
YUV194.8375.05125.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.67%
GREEN value IS 215 (84.38% from 255) = 42.41%
BLUE value IS 101 (39.84% from 255) = 19.92%
R=37.67%
G=42.41%
B=19.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912151010.1100.530.1672.6358.7661.96
HexBFD765B03510493b3e
Octal27732714513065201117376
Binary1011111111010111110010110110110101100001001001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD765; }

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

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

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

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

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

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

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

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