#B9CE5E

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

Shades of Wild Willow #B9CE5E

Tints of Wild Willow #B9CE5E

Color information

#B9CE5E (or 0xB9CE5E) is unknown color: approx Wild Willow. HEX triplet: B9, CE and 5E. RGB value is (185,206,94). Sum of RGB (Red+Green+Blue) = 185+206+94=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 94 (37.11% from 255 or 19.38% from 485); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CE5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CE5E is #4631A1. Grayscale: #BBBBBB. Windows color (decimal): -4600226 or 6213305. OLE color: 6213305.

HSL color Cylindrical-coordinate representation of color #B9CE5E: hue angle of 71.25º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B9CE5E is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB18520694-
CMYK0.1000.540.19
HSL71.25º53.33%58.82%-
HSV(B)71.25º54.37%80.78%-
XYZ44.155.2718.93-
YUV186.9575.54126.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.14%
GREEN value IS 206 (80.86% from 255) = 42.47%
BLUE value IS 94 (37.11% from 255) = 19.38%
R=38.14%
G=42.47%
B=19.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal185206940.1000.540.1971.2553.3358.82
HexB9CE5EA0361347353b
Octal27131613612066231076573
Binary1011100111001110101111010100110110100111000111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CE5E; }

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

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

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

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

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

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

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

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