#B8CD61

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

Shades of Wild Willow #B8CD61

Tints of Wild Willow #B8CD61

Color information

#B8CD61 (or 0xB8CD61) is unknown color: approx Wild Willow. HEX triplet: B8, CD and 61. RGB value is (184,205,97). Sum of RGB (Red+Green+Blue) = 184+205+97=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 97 (38.28% from 255 or 19.96% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8CD61 is #47329E. Grayscale: #BABABA. Windows color (decimal): -4666015 or 6409656. OLE color: 6409656.

HSL color Cylindrical-coordinate representation of color #B8CD61: hue angle of 71.67º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B8CD61 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB18420597-
CMYK0.1000.530.20
HSL71.67º51.92%59.22%-
HSV(B)71.67º52.68%80.39%-
XYZ43.7654.7219.56-
YUV186.4177.54126.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.86%
GREEN value IS 205 (80.47% from 255) = 42.18%
BLUE value IS 97 (38.28% from 255) = 19.96%
R=37.86%
G=42.18%
B=19.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal184205970.1000.530.2071.6751.9259.22
HexB8CD61A0351448343b
Octal27031514112065241106473
Binary1011100011001101110000110100110101101001001000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CD61; }

 p { color: rgb(184,205,97); }

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

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

 a { background-color: rgb(184,205,97); }

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

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

 span { border-color: rgb(184,205,97); }

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