#B1CD6A

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

Shades of Wild Willow #B1CD6A

Tints of Wild Willow #B1CD6A

Color information

#B1CD6A (or 0xB1CD6A) is unknown color: approx Wild Willow. HEX triplet: B1, CD and 6A. RGB value is (177,205,106). Sum of RGB (Red+Green+Blue) = 177+205+106=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CD6A is #4E3295. Grayscale: #B9B9B9. Windows color (decimal): -5124758 or 6999473. OLE color: 6999473.

HSL color Cylindrical-coordinate representation of color #B1CD6A: hue angle of 76.97º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B1CD6A is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB177205106-
CMYK0.1400.480.20
HSL76.97º49.75%60.98%-
HSV(B)76.97º48.29%80.39%-
XYZ42.5654.0521.83-
YUV185.3483.22122.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.27%
GREEN value IS 205 (80.47% from 255) = 42.01%
BLUE value IS 106 (41.80% from 255) = 21.72%
R=36.27%
G=42.01%
B=21.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1772051060.1400.480.2076.9749.7560.98
HexB1CD6AE030144d323d
Octal26131515216060241156275
Binary1011000111001101110101011100110000101001001101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CD6A; }

 p { color: rgb(177,205,106); }

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

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

 a { background-color: rgb(177,205,106); }

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

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

 span { border-color: rgb(177,205,106); }

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