#B6CA5A

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

Shades of Wild Willow #B6CA5A

Tints of Wild Willow #B6CA5A

Color information

#B6CA5A (or 0xB6CA5A) is unknown color: approx Wild Willow. HEX triplet: B6, CA and 5A. RGB value is (182,202,90). Sum of RGB (Red+Green+Blue) = 182+202+90=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 90 (35.55% from 255 or 18.99% from 474); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6CA5A is #4935A5. Grayscale: #B7B7B7. Windows color (decimal): -4797862 or 5950134. OLE color: 5950134.

HSL color Cylindrical-coordinate representation of color #B6CA5A: hue angle of 70.71º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B6CA5A is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB18220290-
CMYK0.1000.550.21
HSL70.71º51.38%57.25%-
HSV(B)70.71º55.45%79.22%-
XYZ42.2652.9217.66-
YUV183.2575.37127.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.40%
GREEN value IS 202 (79.30% from 255) = 42.62%
BLUE value IS 90 (35.55% from 255) = 18.99%
R=38.40%
G=42.62%
B=18.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal182202900.1000.550.2170.7151.3857.25
HexB6CA5AA03715473339
Octal26631213212067251076371
Binary1011011011001010101101010100110111101011000111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CA5A; }

 p { color: rgb(182,202,90); }

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

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

 a { background-color: rgb(182,202,90); }

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

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

 span { border-color: rgb(182,202,90); }

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