#B2BE62

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

Shades of Wild Willow #B2BE62

Tints of Wild Willow #B2BE62

Color information

#B2BE62 (or 0xB2BE62) is unknown color: approx Wild Willow. HEX triplet: B2, BE and 62. RGB value is (178,190,98). Sum of RGB (Red+Green+Blue) = 178+190+98=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BE62 is #4D419D. Grayscale: #B0B0B0. Windows color (decimal): -5063070 or 6471346. OLE color: 6471346.

HSL color Cylindrical-coordinate representation of color #B2BE62: hue angle of 67.83º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2BE62 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB17819098-
CMYK0.0600.480.25
HSL67.83º41.44%56.47%-
HSV(B)67.83º48.42%74.51%-
XYZ38.9847.1718.61-
YUV175.9284.02129.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.20%
GREEN value IS 190 (74.61% from 255) = 40.77%
BLUE value IS 98 (38.67% from 255) = 21.03%
R=38.20%
G=40.77%
B=21.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178190980.0600.480.2567.8341.4456.47
HexB2BE62603019442938
Octal2622761426060311045170
Binary101100101011111011000101100110000110011000100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BE62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BE62; }

 p { color: rgb(178,190,98); }

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

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

 a { background-color: rgb(178,190,98); }

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

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

 span { border-color: rgb(178,190,98); }

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