#B4C95D

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

Shades of Wild Willow #B4C95D

Tints of Wild Willow #B4C95D

Color information

#B4C95D (or 0xB4C95D) is unknown color: approx Wild Willow. HEX triplet: B4, C9 and 5D. RGB value is (180,201,93). Sum of RGB (Red+Green+Blue) = 180+201+93=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 201 - color contains mainly: green. Hex color #B4C95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C95D is #4B36A2. Grayscale: #B6B6B6. Windows color (decimal): -4929187 or 6146484. OLE color: 6146484.

HSL color Cylindrical-coordinate representation of color #B4C95D: hue angle of 71.67º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B4C95D is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB18020193-
CMYK0.1000.540.21
HSL71.67º50%57.65%-
HSV(B)71.67º53.73%78.82%-
XYZ41.6852.2718.25-
YUV182.4177.54126.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.97%
GREEN value IS 201 (78.91% from 255) = 42.41%
BLUE value IS 93 (36.72% from 255) = 19.62%
R=37.97%
G=42.41%
B=19.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal180201930.1000.540.2171.675057.65
HexB4C95DA0361548323a
Octal26431113512066251106272
Binary1011010011001001101110110100110110101011001000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C95D; }

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

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

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

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

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

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

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

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