#B4C763

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

Shades of Wild Willow #B4C763

Tints of Wild Willow #B4C763

Color information

#B4C763 (or 0xB4C763) is unknown color: approx Wild Willow. HEX triplet: B4, C7 and 63. RGB value is (180,199,99). Sum of RGB (Red+Green+Blue) = 180+199+99=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 99 (39.06% from 255 or 20.71% from 478); Max value from RGB is 199 - color contains mainly: green. Hex color #B4C763 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C763 is #4B389C. Grayscale: #B6B6B6. Windows color (decimal): -4929693 or 6539188. OLE color: 6539188.

HSL color Cylindrical-coordinate representation of color #B4C763: hue angle of 71.4º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B4C763 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB18019999-
CMYK0.1000.500.22
HSL71.4º47.17%58.43%-
HSV(B)71.4º50.25%78.04%-
XYZ41.551.4519.55-
YUV181.9281.21126.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.66%
GREEN value IS 199 (78.12% from 255) = 41.63%
BLUE value IS 99 (39.06% from 255) = 20.71%
R=37.66%
G=41.63%
B=20.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal180199990.1000.500.2271.447.1758.43
HexB4C763A03216472f3a
Octal26430714312062261075772
Binary1011010011000111110001110100110010101101000111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C763; }

 p { color: rgb(180,199,99); }

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

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

 a { background-color: rgb(180,199,99); }

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

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

 span { border-color: rgb(180,199,99); }

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