#B1D065

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

Shades of Wild Willow #B1D065

Tints of Wild Willow #B1D065

Color information

#B1D065 (or 0xB1D065) is unknown color: approx Wild Willow. HEX triplet: B1, D0 and 65. RGB value is (177,208,101). Sum of RGB (Red+Green+Blue) = 177+208+101=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 101 (39.84% from 255 or 20.78% from 486); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D065 is #4E2F9A. Grayscale: #BABABA. Windows color (decimal): -5123995 or 6672561. OLE color: 6672561.

HSL color Cylindrical-coordinate representation of color #B1D065: hue angle of 77.38º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B1D065 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB177208101-
CMYK0.1500.510.18
HSL77.38º53.23%60.59%-
HSV(B)77.38º51.44%81.57%-
XYZ43.0455.420.74-
YUV186.5379.73121.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.42%
GREEN value IS 208 (81.64% from 255) = 42.80%
BLUE value IS 101 (39.84% from 255) = 20.78%
R=36.42%
G=42.80%
B=20.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1772081010.1500.510.1877.3853.2360.59
HexB1D065F033124d353d
Octal26132014517063221156575
Binary1011000111010000110010111110110011100101001101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D065; }

 p { color: rgb(177,208,101); }

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

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

 a { background-color: rgb(177,208,101); }

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

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

 span { border-color: rgb(177,208,101); }

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