#B0C763

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

Shades of Wild Willow #B0C763

Tints of Wild Willow #B0C763

Color information

#B0C763 (or 0xB0C763) is unknown color: approx Wild Willow. HEX triplet: B0, C7 and 63. RGB value is (176,199,99). Sum of RGB (Red+Green+Blue) = 176+199+99=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 199 (78.12% from 255 or 41.98% from 474); Blue value is 99 (39.06% from 255 or 20.89% from 474); Max value from RGB is 199 - color contains mainly: green. Hex color #B0C763 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C763 is #4F389C. Grayscale: #B5B5B5. Windows color (decimal): -5191837 or 6539184. OLE color: 6539184.

HSL color Cylindrical-coordinate representation of color #B0C763: hue angle of 73.8º 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 #B0C763 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB17619999-
CMYK0.1200.500.22
HSL73.8º47.17%58.43%-
HSV(B)73.8º50.25%78.04%-
XYZ40.5850.9819.51-
YUV180.7281.88124.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.13%
GREEN value IS 199 (78.12% from 255) = 41.98%
BLUE value IS 99 (39.06% from 255) = 20.89%
R=37.13%
G=41.98%
B=20.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal176199990.1200.500.2273.847.1758.43
HexB0C763C032164a2f3a
Octal26030714314062261125772
Binary1011000011000111110001111000110010101101001010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C763; }

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

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

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

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

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

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

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

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