#B7C362

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

Shades of Wild Willow #B7C362

Tints of Wild Willow #B7C362

Color information

#B7C362 (or 0xB7C362) is unknown color: approx Wild Willow. HEX triplet: B7, C3 and 62. RGB value is (183,195,98). Sum of RGB (Red+Green+Blue) = 183+195+98=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 98 (38.67% from 255 or 20.59% from 476); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C362 is #483C9D. Grayscale: #B4B4B4. Windows color (decimal): -4734110 or 6472631. OLE color: 6472631.

HSL color Cylindrical-coordinate representation of color #B7C362: hue angle of 67.42º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B7C362 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB18319598-
CMYK0.0600.500.24
HSL67.42º44.7%57.45%-
HSV(B)67.42º49.74%76.47%-
XYZ41.2549.9819.03-
YUV180.3581.52129.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.45%
GREEN value IS 195 (76.56% from 255) = 40.97%
BLUE value IS 98 (38.67% from 255) = 20.59%
R=38.45%
G=40.97%
B=20.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal183195980.0600.500.2467.4244.757.45
HexB7C362603218432d39
Octal2673031426062301035571
Binary101101111100001111000101100110010110001000011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C362; }

 p { color: rgb(183,195,98); }

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

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

 a { background-color: rgb(183,195,98); }

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

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

 span { border-color: rgb(183,195,98); }

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