#BFD35D

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

Shades of Wild Willow #BFD35D

Tints of Wild Willow #BFD35D

Color information

#BFD35D (or 0xBFD35D) is unknown color: approx Wild Willow. HEX triplet: BF, D3 and 5D. RGB value is (191,211,93). Sum of RGB (Red+Green+Blue) = 191+211+93=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 211 (82.81% from 255 or 42.63% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD35D is #402CA2. Grayscale: #C0C0C0. Windows color (decimal): -4205731 or 6149055. OLE color: 6149055.

HSL color Cylindrical-coordinate representation of color #BFD35D: hue angle of 70.17º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFD35D is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB19121193-
CMYK0.0900.560.17
HSL70.17º57.28%59.61%-
HSV(B)70.17º55.92%82.75%-
XYZ46.7658.4619.17-
YUV191.5772.37127.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.59%
GREEN value IS 211 (82.81% from 255) = 42.63%
BLUE value IS 93 (36.72% from 255) = 18.79%
R=38.59%
G=42.63%
B=18.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal191211930.0900.560.1770.1757.2859.61
HexBFD35D90381146393c
Octal27732313511070211067174
Binary1011111111010011101110110010111000100011000110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD35D; }

 p { color: rgb(191,211,93); }

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

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

 a { background-color: rgb(191,211,93); }

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

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

 span { border-color: rgb(191,211,93); }

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