#b3cf60

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

Shades of Wild Willow #B3CF60

Tints of Wild Willow #B3CF60

Color information

#B3CF60 (or 0xB3CF60) is unknown color: approx Wild Willow. HEX triplet: B3, CF and 60. RGB value is (179,207,96). Sum of RGB (Red+Green+Blue) = 179+207+96=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 96 (37.89% from 255 or 19.92% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CF60 is #4C309F. Grayscale: #BABABA. Windows color (decimal): -4993184 or 6344627. OLE color: 6344627.

HSL color Cylindrical-coordinate representation of color #B3CF60: hue angle of 75.14º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B3CF60 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB17920796-
CMYK0.1400.540.19
HSL75.14º53.62%59.41%-
HSV(B)75.14º53.62%81.18%-
XYZ43.0155.0519.43-
YUV185.9777.22123.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.14%
GREEN value IS 207 (81.25% from 255) = 42.95%
BLUE value IS 96 (37.89% from 255) = 19.92%
R=37.14%
G=42.95%
B=19.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal179207960.1400.540.1975.1453.6259.41
HexB3CF60E036134b363b
Octal26331714016066231136673
Binary1011001111001111110000011100110110100111001011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3cf60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3cf60; }

 p { color: rgb(179,207,96); }

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

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

 a { background-color: rgb(179,207,96); }

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

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

 span { border-color: rgb(179,207,96); }

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