#B5CD5D

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

Shades of Wild Willow #B5CD5D

Tints of Wild Willow #B5CD5D

Color information

#B5CD5D (or 0xB5CD5D) is unknown color: approx Wild Willow. HEX triplet: B5, CD and 5D. RGB value is (181,205,93). Sum of RGB (Red+Green+Blue) = 181+205+93=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #B5CD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CD5D is #4A32A2. Grayscale: #B9B9B9. Windows color (decimal): -4862627 or 6147509. OLE color: 6147509.

HSL color Cylindrical-coordinate representation of color #B5CD5D: hue angle of 72.86º 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 #B5CD5D is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB18120593-
CMYK0.1200.550.20
HSL72.86º52.83%58.43%-
HSV(B)72.86º54.63%80.39%-
XYZ42.8654.2818.57-
YUV185.0676.05125.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.79%
GREEN value IS 205 (80.47% from 255) = 42.80%
BLUE value IS 93 (36.72% from 255) = 19.42%
R=37.79%
G=42.80%
B=19.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal181205930.1200.550.2072.8652.8358.43
HexB5CD5DC0371449353a
Octal26531513514067241116572
Binary1011010111001101101110111000110111101001001001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CD5D; }

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

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

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

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

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

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

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

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