#B4D66B

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

Shades of Wild Willow #B4D66B

Tints of Wild Willow #B4D66B

Color information

#B4D66B (or 0xB4D66B) is unknown color: approx Wild Willow. HEX triplet: B4, D6 and 6B. RGB value is (180,214,107). Sum of RGB (Red+Green+Blue) = 180+214+107=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 107 (42.19% from 255 or 21.36% from 501); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D66B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D66B is #4B2994. Grayscale: #C0C0C0. Windows color (decimal): -4925845 or 7067316. OLE color: 7067316.

HSL color Cylindrical-coordinate representation of color #B4D66B: hue angle of 79.07º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B4D66B is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB180214107-
CMYK0.1600.500.16
HSL79.07º56.61%62.94%-
HSV(B)79.07º50%83.92%-
XYZ45.5258.8622.87-
YUV191.6480.24119.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.93%
GREEN value IS 214 (83.98% from 255) = 42.71%
BLUE value IS 107 (42.19% from 255) = 21.36%
R=35.93%
G=42.71%
B=21.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1802141070.1600.500.1679.0756.6162.94
HexB4D66B10032104f393f
Octal26432615320062201177177
Binary10110100110101101101011100000110010100001001111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D66B; }

 p { color: rgb(180,214,107); }

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

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

 a { background-color: rgb(180,214,107); }

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

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

 span { border-color: rgb(180,214,107); }

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