#B5CD6F

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

Shades of Wild Willow #B5CD6F

Tints of Wild Willow #B5CD6F

Color information

#B5CD6F (or 0xB5CD6F) is unknown color: approx Wild Willow. HEX triplet: B5, CD and 6F. RGB value is (181,205,111). Sum of RGB (Red+Green+Blue) = 181+205+111=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 111 (43.75% from 255 or 22.33% from 497); Max value from RGB is 205 - color contains mainly: green. Hex color #B5CD6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CD6F is #4A3290. Grayscale: #BBBBBB. Windows color (decimal): -4862609 or 7327157. OLE color: 7327157.

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

Color convert

RGB181205111-
CMYK0.1200.460.20
HSL75.32º48.45%61.96%-
HSV(B)75.32º45.85%80.39%-
XYZ43.7654.6323.28-
YUV187.1185.05123.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.42%
GREEN value IS 205 (80.47% from 255) = 41.25%
BLUE value IS 111 (43.75% from 255) = 22.33%
R=36.42%
G=41.25%
B=22.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1812051110.1200.460.2075.3248.4561.96
HexB5CD6FC02E144b303e
Octal26531515714056241136076
Binary1011010111001101110111111000101110101001001011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CD6F; }

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

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

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

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

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

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

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

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