#B4D05D

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

Shades of Wild Willow #B4D05D

Tints of Wild Willow #B4D05D

Color information

#B4D05D (or 0xB4D05D) is unknown color: approx Wild Willow. HEX triplet: B4, D0 and 5D. RGB value is (180,208,93). Sum of RGB (Red+Green+Blue) = 180+208+93=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 208 - color contains mainly: green. Hex color #B4D05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D05D is #4B2FA2. Grayscale: #BABABA. Windows color (decimal): -4927395 or 6148276. OLE color: 6148276.

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

Color convert

RGB18020893-
CMYK0.1300.550.18
HSL74.61º55.02%59.02%-
HSV(B)74.61º55.29%81.57%-
XYZ43.3555.6118.8-
YUV186.5275.22123.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.42%
GREEN value IS 208 (81.64% from 255) = 43.24%
BLUE value IS 93 (36.72% from 255) = 19.33%
R=37.42%
G=43.24%
B=19.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal180208930.1300.550.1874.6155.0259.02
HexB4D05DD037124b373b
Octal26432013515067221136773
Binary1011010011010000101110111010110111100101001011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D05D; }

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

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

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

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

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

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

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

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