#B0BE6B

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

Shades of Wild Willow #B0BE6B

Tints of Wild Willow #B0BE6B

Color information

#B0BE6B (or 0xB0BE6B) is unknown color: approx Wild Willow. HEX triplet: B0, BE and 6B. RGB value is (176,190,107). Sum of RGB (Red+Green+Blue) = 176+190+107=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BE6B is #4F4194. Grayscale: #B0B0B0. Windows color (decimal): -5194133 or 7061168. OLE color: 7061168.

HSL color Cylindrical-coordinate representation of color #B0BE6B: hue angle of 70.12º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0BE6B is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB176190107-
CMYK0.0700.440.25
HSL70.12º38.97%58.24%-
HSV(B)70.12º43.68%74.51%-
XYZ38.9747.1220.95-
YUV176.3588.86127.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.21%
GREEN value IS 190 (74.61% from 255) = 40.17%
BLUE value IS 107 (42.19% from 255) = 22.62%
R=37.21%
G=40.17%
B=22.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761901070.0700.440.2570.1238.9758.24
HexB0BE6B702C1946273a
Octal2602761537054311064772
Binary101100001011111011010111110101100110011000110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BE6B; }

 p { color: rgb(176,190,107); }

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

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

 a { background-color: rgb(176,190,107); }

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

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

 span { border-color: rgb(176,190,107); }

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