#B3CA59

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

Shades of Wild Willow #B3CA59

Tints of Wild Willow #B3CA59

Color information

#B3CA59 (or 0xB3CA59) is unknown color: approx Wild Willow. HEX triplet: B3, CA and 59. RGB value is (179,202,89). Sum of RGB (Red+Green+Blue) = 179+202+89=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 89 (35.16% from 255 or 18.94% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CA59 is #4C35A6. Grayscale: #B6B6B6. Windows color (decimal): -4994471 or 5884595. OLE color: 5884595.

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

Color convert

RGB17920289-
CMYK0.1100.560.21
HSL72.21º51.6%57.06%-
HSV(B)72.21º55.94%79.22%-
XYZ41.5152.5517.41-
YUV182.2475.38125.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.09%
GREEN value IS 202 (79.30% from 255) = 42.98%
BLUE value IS 89 (35.16% from 255) = 18.94%
R=38.09%
G=42.98%
B=18.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal179202890.1100.560.2172.2151.657.06
HexB3CA59B03815483439
Octal26331213113070251106471
Binary1011001111001010101100110110111000101011001000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CA59; }

 p { color: rgb(179,202,89); }

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

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

 a { background-color: rgb(179,202,89); }

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

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

 span { border-color: rgb(179,202,89); }

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