#B9CE62

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

Shades of Wild Willow #B9CE62

Tints of Wild Willow #B9CE62

Color information

#B9CE62 (or 0xB9CE62) is unknown color: approx Wild Willow. HEX triplet: B9, CE and 62. RGB value is (185,206,98). Sum of RGB (Red+Green+Blue) = 185+206+98=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 98 (38.67% from 255 or 20.04% from 489); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CE62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CE62 is #46319D. Grayscale: #BBBBBB. Windows color (decimal): -4600222 or 6475449. OLE color: 6475449.

HSL color Cylindrical-coordinate representation of color #B9CE62: hue angle of 71.67º 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 #B9CE62 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB18520698-
CMYK0.1000.520.19
HSL71.67º52.43%59.61%-
HSV(B)71.67º52.43%80.78%-
XYZ44.2855.3419.9-
YUV187.4177.54126.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.83%
GREEN value IS 206 (80.86% from 255) = 42.13%
BLUE value IS 98 (38.67% from 255) = 20.04%
R=37.83%
G=42.13%
B=20.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal185206980.1000.520.1971.6752.4359.61
HexB9CE62A0341348343c
Octal27131614212064231106474
Binary1011100111001110110001010100110100100111001000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CE62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CE62; }

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

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

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

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

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

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

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

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