#B5CD6A

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

Shades of Wild Willow #B5CD6A

Tints of Wild Willow #B5CD6A

Color information

#B5CD6A (or 0xB5CD6A) is unknown color: approx Wild Willow. HEX triplet: B5, CD and 6A. RGB value is (181,205,106). Sum of RGB (Red+Green+Blue) = 181+205+106=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 106 (41.80% from 255 or 21.54% from 492); Max value from RGB is 205 - color contains mainly: green. Hex color #B5CD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CD6A is #4A3295. Grayscale: #BABABA. Windows color (decimal): -4862614 or 6999477. OLE color: 6999477.

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

Color convert

RGB181205106-
CMYK0.1200.480.20
HSL74.55º49.75%60.98%-
HSV(B)74.55º48.29%80.39%-
XYZ43.4954.5321.87-
YUV186.5482.55124.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.79%
GREEN value IS 205 (80.47% from 255) = 41.67%
BLUE value IS 106 (41.80% from 255) = 21.54%
R=36.79%
G=41.67%
B=21.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1812051060.1200.480.2074.5549.7560.98
HexB5CD6AC030144b323d
Octal26531515214060241136275
Binary1011010111001101110101011000110000101001001011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CD6A; }

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

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

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

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

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

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

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

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