#B9CE55

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

Shades of Wild Willow #B9CE55

Tints of Wild Willow #B9CE55

Color information

#B9CE55 (or 0xB9CE55) is unknown color: approx Wild Willow. HEX triplet: B9, CE and 55. RGB value is (185,206,85). Sum of RGB (Red+Green+Blue) = 185+206+85=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 85 (33.59% from 255 or 17.86% from 476); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CE55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CE55 is #4631AA. Grayscale: #BABABA. Windows color (decimal): -4600235 or 5623481. OLE color: 5623481.

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

Color convert

RGB18520685-
CMYK0.1000.590.19
HSL70.41º55.25%57.06%-
HSV(B)70.41º58.74%80.78%-
XYZ43.7255.1116.93-
YUV185.9371.04127.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.87%
GREEN value IS 206 (80.86% from 255) = 43.28%
BLUE value IS 85 (33.59% from 255) = 17.86%
R=38.87%
G=43.28%
B=17.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal185206850.1000.590.1970.4155.2557.06
HexB9CE55A03B13463739
Octal27131612512073231066771
Binary1011100111001110101010110100111011100111000110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CE55; }

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

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

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

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

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

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

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

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