#BFD75C

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

Shades of Wild Willow #BFD75C

Tints of Wild Willow #BFD75C

Color information

#BFD75C (or 0xBFD75C) is unknown color: approx Wild Willow. HEX triplet: BF, D7 and 5C. RGB value is (191,215,92). Sum of RGB (Red+Green+Blue) = 191+215+92=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 215 (84.38% from 255 or 43.17% from 498); Blue value is 92 (36.33% from 255 or 18.47% from 498); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD75C is #4028A3. Grayscale: #C2C2C2. Windows color (decimal): -4204708 or 6084543. OLE color: 6084543.

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

Color convert

RGB19121592-
CMYK0.1100.570.16
HSL71.71º60.59%60.2%-
HSV(B)71.71º57.21%84.31%-
XYZ47.7260.4519.28-
YUV193.870.55126-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.35%
GREEN value IS 215 (84.38% from 255) = 43.17%
BLUE value IS 92 (36.33% from 255) = 18.47%
R=38.35%
G=43.17%
B=18.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal191215920.1100.570.1671.7160.5960.2
HexBFD75CB03910483d3c
Octal27732713413071201107574
Binary1011111111010111101110010110111001100001001000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD75C; }

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

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

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

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

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

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

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

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