#B1CE62

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

Shades of Wild Willow #B1CE62

Tints of Wild Willow #B1CE62

Color information

#B1CE62 (or 0xB1CE62) is unknown color: approx Wild Willow. HEX triplet: B1, CE and 62. RGB value is (177,206,98). Sum of RGB (Red+Green+Blue) = 177+206+98=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 98 (38.67% from 255 or 20.37% from 481); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CE62 is #4E319D. Grayscale: #B9B9B9. Windows color (decimal): -5124510 or 6475441. OLE color: 6475441.

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

Color convert

RGB17720698-
CMYK0.1400.520.19
HSL76.11º52.43%59.61%-
HSV(B)76.11º52.43%80.78%-
XYZ42.4154.3719.81-
YUV185.0278.89122.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.80%
GREEN value IS 206 (80.86% from 255) = 42.83%
BLUE value IS 98 (38.67% from 255) = 20.37%
R=36.80%
G=42.83%
B=20.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal177206980.1400.520.1976.1152.4359.61
HexB1CE62E034134c343c
Octal26131614216064231146474
Binary1011000111001110110001011100110100100111001100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CE62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CE62; }

 p { color: rgb(177,206,98); }

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

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

 a { background-color: rgb(177,206,98); }

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

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

 span { border-color: rgb(177,206,98); }

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