#BFD45A

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

Shades of Wild Willow #BFD45A

Tints of Wild Willow #BFD45A

Color information

#BFD45A (or 0xBFD45A) is unknown color: approx Wild Willow. HEX triplet: BF, D4 and 5A. RGB value is (191,212,90). Sum of RGB (Red+Green+Blue) = 191+212+90=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 212 (83.20% from 255 or 43.00% from 493); Blue value is 90 (35.55% from 255 or 18.26% from 493); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD45A is #402BA5. Grayscale: #C0C0C0. Windows color (decimal): -4205478 or 5952703. OLE color: 5952703.

HSL color Cylindrical-coordinate representation of color #BFD45A: hue angle of 70.33º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFD45A is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB19121290-
CMYK0.1000.580.17
HSL70.33º58.65%59.22%-
HSV(B)70.33º57.55%83.14%-
XYZ46.8758.918.57-
YUV191.8170.54127.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.74%
GREEN value IS 212 (83.20% from 255) = 43.00%
BLUE value IS 90 (35.55% from 255) = 18.26%
R=38.74%
G=43.00%
B=18.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal191212900.1000.580.1770.3358.6559.22
HexBFD45AA03A11463b3b
Octal27732413212072211067373
Binary1011111111010100101101010100111010100011000110111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD45A; }

 p { color: rgb(191,212,90); }

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

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

 a { background-color: rgb(191,212,90); }

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

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

 span { border-color: rgb(191,212,90); }

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