#bfd769

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

Shades of Wild Willow #BFD769

Tints of Wild Willow #BFD769

Color information

#BFD769 (or 0xBFD769) is unknown color: approx Wild Willow. HEX triplet: BF, D7 and 69. RGB value is (191,215,105). Sum of RGB (Red+Green+Blue) = 191+215+105=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 215 (84.38% from 255 or 42.07% from 511); Blue value is 105 (41.41% from 255 or 20.55% from 511); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD769 is #402896. Grayscale: #C3C3C3. Windows color (decimal): -4204695 or 6936511. OLE color: 6936511.

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

Color convert

RGB191215105-
CMYK0.1100.510.16
HSL73.09º57.89%62.75%-
HSV(B)73.09º51.16%84.31%-
XYZ48.3460.722.53-
YUV195.2877.05124.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.38%
GREEN value IS 215 (84.38% from 255) = 42.07%
BLUE value IS 105 (41.41% from 255) = 20.55%
R=37.38%
G=42.07%
B=20.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912151050.1100.510.1673.0957.8962.75
HexBFD769B03310493a3f
Octal27732715113063201117277
Binary1011111111010111110100110110110011100001001001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfd769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfd769; }

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

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

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

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

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

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

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

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