#B5CD63

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

Shades of Wild Willow #B5CD63

Tints of Wild Willow #B5CD63

Color information

#B5CD63 (or 0xB5CD63) is unknown color: approx Wild Willow. HEX triplet: B5, CD and 63. RGB value is (181,205,99). Sum of RGB (Red+Green+Blue) = 181+205+99=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 99 (39.06% from 255 or 20.41% from 485); Max value from RGB is 205 - color contains mainly: green. Hex color #B5CD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CD63 is #4A329C. Grayscale: #BABABA. Windows color (decimal): -4862621 or 6540725. OLE color: 6540725.

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

Color convert

RGB18120599-
CMYK0.1200.520.20
HSL73.58º51.46%59.61%-
HSV(B)73.58º51.71%80.39%-
XYZ43.1454.3920.03-
YUV185.7479.05124.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.32%
GREEN value IS 205 (80.47% from 255) = 42.27%
BLUE value IS 99 (39.06% from 255) = 20.41%
R=37.32%
G=42.27%
B=20.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal181205990.1200.520.2073.5851.4659.61
HexB5CD63C034144a333c
Octal26531514314064241126374
Binary1011010111001101110001111000110100101001001010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CD63; }

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

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

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

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

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

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

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

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