#B1CD5B

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

Shades of Wild Willow #B1CD5B

Tints of Wild Willow #B1CD5B

Color information

#B1CD5B (or 0xB1CD5B) is unknown color: approx Wild Willow. HEX triplet: B1, CD and 5B. RGB value is (177,205,91). Sum of RGB (Red+Green+Blue) = 177+205+91=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 91 (35.94% from 255 or 19.24% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CD5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CD5B is #4E32A4. Grayscale: #B8B8B8. Windows color (decimal): -5124773 or 6016433. OLE color: 6016433.

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

Color convert

RGB17720591-
CMYK0.1400.560.20
HSL74.74º53.27%58.04%-
HSV(B)74.74º55.61%80.39%-
XYZ41.8553.7718.07-
YUV183.6375.72123.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.42%
GREEN value IS 205 (80.47% from 255) = 43.34%
BLUE value IS 91 (35.94% from 255) = 19.24%
R=37.42%
G=43.34%
B=19.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal177205910.1400.560.2074.7453.2758.04
HexB1CD5BE038144b353a
Octal26131513316070241136572
Binary1011000111001101101101111100111000101001001011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CD5B; }

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

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

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

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

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

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

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

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