#BFCE50

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

Shades of Wild Willow #BFCE50

Tints of Wild Willow #BFCE50

Color information

#BFCE50 (or 0xBFCE50) is unknown color: approx Wild Willow. HEX triplet: BF, CE and 50. RGB value is (191,206,80). Sum of RGB (Red+Green+Blue) = 191+206+80=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 80 (31.64% from 255 or 16.77% from 477); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCE50 is #4031AF. Grayscale: #BBBBBB. Windows color (decimal): -4207024 or 5295807. OLE color: 5295807.

HSL color Cylindrical-coordinate representation of color #BFCE50: hue angle of 67.14º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFCE50 is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB19120680-
CMYK0.0700.610.19
HSL67.14º56.25%56.08%-
HSV(B)67.14º61.17%80.78%-
XYZ45.0155.815.99-
YUV187.1567.53130.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.04%
GREEN value IS 206 (80.86% from 255) = 43.19%
BLUE value IS 80 (31.64% from 255) = 16.77%
R=40.04%
G=43.19%
B=16.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal191206800.0700.610.1967.1456.2556.08
HexBFCE50703D13433838
Octal2773161207075231037070
Binary101111111100111010100001110111101100111000011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCE50; }

 p { color: rgb(191,206,80); }

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

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

 a { background-color: rgb(191,206,80); }

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

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

 span { border-color: rgb(191,206,80); }

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