#B4CE5D

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

Shades of Wild Willow #B4CE5D

Tints of Wild Willow #B4CE5D

Color information

#B4CE5D (or 0xB4CE5D) is unknown color: approx Wild Willow. HEX triplet: B4, CE and 5D. RGB value is (180,206,93). Sum of RGB (Red+Green+Blue) = 180+206+93=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CE5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CE5D is #4B31A2. Grayscale: #B9B9B9. Windows color (decimal): -4927907 or 6147764. OLE color: 6147764.

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

Color convert

RGB18020693-
CMYK0.1300.550.19
HSL73.81º53.55%58.63%-
HSV(B)73.81º54.85%80.78%-
XYZ42.8754.6418.64-
YUV185.3475.89124.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.58%
GREEN value IS 206 (80.86% from 255) = 43.01%
BLUE value IS 93 (36.72% from 255) = 19.42%
R=37.58%
G=43.01%
B=19.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal180206930.1300.550.1973.8153.5558.63
HexB4CE5DD037134a363b
Octal26431613515067231126673
Binary1011010011001110101110111010110111100111001010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CE5D; }

 p { color: rgb(180,206,93); }

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

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

 a { background-color: rgb(180,206,93); }

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

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

 span { border-color: rgb(180,206,93); }

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