#B1D268

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

Shades of Wild Willow #B1D268

Tints of Wild Willow #B1D268

Color information

#B1D268 (or 0xB1D268) is unknown color: approx Wild Willow. HEX triplet: B1, D2 and 68. RGB value is (177,210,104). Sum of RGB (Red+Green+Blue) = 177+210+104=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 104 (41.02% from 255 or 21.18% from 491); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D268 is #4E2D97. Grayscale: #BCBCBC. Windows color (decimal): -5123480 or 6869681. OLE color: 6869681.

HSL color Cylindrical-coordinate representation of color #B1D268: hue angle of 78.68º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1D268 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB177210104-
CMYK0.1600.500.18
HSL78.68º54.08%61.57%-
HSV(B)78.68º50.48%82.35%-
XYZ43.6856.4421.69-
YUV188.0580.57120.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.05%
GREEN value IS 210 (82.42% from 255) = 42.77%
BLUE value IS 104 (41.02% from 255) = 21.18%
R=36.05%
G=42.77%
B=21.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1772101040.1600.500.1878.6854.0861.57
HexB1D26810032124f363e
Octal26132215020062221176676
Binary10110001110100101101000100000110010100101001111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D268; }

 p { color: rgb(177,210,104); }

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

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

 a { background-color: rgb(177,210,104); }

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

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

 span { border-color: rgb(177,210,104); }

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