#BFC25B

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

Shades of Wild Willow #BFC25B

Tints of Wild Willow #BFC25B

Color information

#BFC25B (or 0xBFC25B) is unknown color: approx Wild Willow. HEX triplet: BF, C2 and 5B. RGB value is (191,194,91). Sum of RGB (Red+Green+Blue) = 191+194+91=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 91 (35.94% from 255 or 19.12% from 476); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC25B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC25B is #403DA4. Grayscale: #B5B5B5. Windows color (decimal): -4210085 or 6013631. OLE color: 6013631.

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

Color convert

RGB19119491-
CMYK0.0200.530.24
HSL61.75º45.78%55.88%-
HSV(B)61.75º53.09%76.08%-
XYZ42.6750.4217.38-
YUV181.3677.01134.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.13%
GREEN value IS 194 (76.17% from 255) = 40.76%
BLUE value IS 91 (35.94% from 255) = 19.12%
R=40.13%
G=40.76%
B=19.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal191194910.0200.530.2461.7545.7855.88
HexBFC25B2035183e2e38
Octal277302133206530765670
Binary1011111111000010101101110011010111000111110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC25B; }

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

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

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

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

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

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

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

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