#B2CD5D

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

Shades of Wild Willow #B2CD5D

Tints of Wild Willow #B2CD5D

Color information

#B2CD5D (or 0xB2CD5D) is unknown color: approx Wild Willow. HEX triplet: B2, CD and 5D. RGB value is (178,205,93). Sum of RGB (Red+Green+Blue) = 178+205+93=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CD5D is #4D32A2. Grayscale: #B8B8B8. Windows color (decimal): -5059235 or 6147506. OLE color: 6147506.

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

Color convert

RGB17820593-
CMYK0.1300.550.20
HSL74.46º52.83%58.43%-
HSV(B)74.46º54.63%80.39%-
XYZ42.1753.9218.54-
YUV184.1676.55123.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.39%
GREEN value IS 205 (80.47% from 255) = 43.07%
BLUE value IS 93 (36.72% from 255) = 19.54%
R=37.39%
G=43.07%
B=19.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal178205930.1300.550.2074.4652.8358.43
HexB2CD5DD037144a353a
Octal26231513515067241126572
Binary1011001011001101101110111010110111101001001010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CD5D; }

 p { color: rgb(178,205,93); }

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

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

 a { background-color: rgb(178,205,93); }

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

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

 span { border-color: rgb(178,205,93); }

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