#BFC25D

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

Shades of Wild Willow #BFC25D

Tints of Wild Willow #BFC25D

Color information

#BFC25D (or 0xBFC25D) is unknown color: approx Wild Willow. HEX triplet: BF, C2 and 5D. RGB value is (191,194,93). Sum of RGB (Red+Green+Blue) = 191+194+93=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC25D is #403DA2. Grayscale: #B5B5B5. Windows color (decimal): -4210083 or 6144703. OLE color: 6144703.

HSL color Cylindrical-coordinate representation of color #BFC25D: hue angle of 61.78º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFC25D is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB19119493-
CMYK0.0200.520.24
HSL61.78º45.29%56.27%-
HSV(B)61.78º52.06%76.08%-
XYZ42.7550.4517.84-
YUV181.5978.01134.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.96%
GREEN value IS 194 (76.17% from 255) = 40.59%
BLUE value IS 93 (36.72% from 255) = 19.46%
R=39.96%
G=40.59%
B=19.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal191194930.0200.520.2461.7845.2956.27
HexBFC25D2034183e2d38
Octal277302135206430765570
Binary1011111111000010101110110011010011000111110101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC25D; }

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

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

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

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

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

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

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

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