#BFD25C

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

Shades of Wild Willow #BFD25C

Tints of Wild Willow #BFD25C

Color information

#BFD25C (or 0xBFD25C) is unknown color: approx Wild Willow. HEX triplet: BF, D2 and 5C. RGB value is (191,210,92). Sum of RGB (Red+Green+Blue) = 191+210+92=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 92 (36.33% from 255 or 18.66% from 493); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD25C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD25C is #402DA3. Grayscale: #BFBFBF. Windows color (decimal): -4205988 or 6083263. OLE color: 6083263.

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

Color convert

RGB19121092-
CMYK0.0900.560.18
HSL69.66º56.73%59.22%-
HSV(B)69.66º56.19%82.35%-
XYZ46.4657.9418.86-
YUV190.8772.21128.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.74%
GREEN value IS 210 (82.42% from 255) = 42.60%
BLUE value IS 92 (36.33% from 255) = 18.66%
R=38.74%
G=42.60%
B=18.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal191210920.0900.560.1869.6656.7359.22
HexBFD25C90381246393b
Octal27732213411070221067173
Binary1011111111010010101110010010111000100101000110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD25C; }

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

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

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

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

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

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

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

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