#BFC35D

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

Shades of Wild Willow #BFC35D

Tints of Wild Willow #BFC35D

Color information

#BFC35D (or 0xBFC35D) is unknown color: approx Wild Willow. HEX triplet: BF, C3 and 5D. RGB value is (191,195,93). Sum of RGB (Red+Green+Blue) = 191+195+93=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 195 (76.56% from 255 or 40.71% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC35D is #403CA2. Grayscale: #B6B6B6. Windows color (decimal): -4209827 or 6144959. OLE color: 6144959.

HSL color Cylindrical-coordinate representation of color #BFC35D: hue angle of 62.35º degrees, saturation: 0.46, 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 #BFC35D is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB19119593-
CMYK0.0200.520.24
HSL62.35º45.95%56.47%-
HSV(B)62.35º52.31%76.47%-
XYZ42.9850.917.91-
YUV182.1877.67134.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.87%
GREEN value IS 195 (76.56% from 255) = 40.71%
BLUE value IS 93 (36.72% from 255) = 19.42%
R=39.87%
G=40.71%
B=19.42%

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
Decimal191195930.0200.520.2462.3545.9556.47
HexBFC35D2034183e2e38
Octal277303135206430765670
Binary1011111111000011101110110011010011000111110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC35D; }

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

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

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

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

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

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

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

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