#B7C062

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

Shades of Wild Willow #B7C062

Tints of Wild Willow #B7C062

Color information

#B7C062 (or 0xB7C062) is unknown color: approx Wild Willow. HEX triplet: B7, C0 and 62. RGB value is (183,192,98). Sum of RGB (Red+Green+Blue) = 183+192+98=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 98 (38.67% from 255 or 20.72% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C062 is #483F9D. Grayscale: #B2B2B2. Windows color (decimal): -4734878 or 6471863. OLE color: 6471863.

HSL color Cylindrical-coordinate representation of color #B7C062: hue angle of 65.74º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B7C062 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB18319298-
CMYK0.0500.490.25
HSL65.74º42.73%56.86%-
HSV(B)65.74º48.96%75.29%-
XYZ40.5848.6518.81-
YUV178.5982.52131.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.69%
GREEN value IS 192 (75.39% from 255) = 40.59%
BLUE value IS 98 (38.67% from 255) = 20.72%
R=38.69%
G=40.59%
B=20.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal183192980.0500.490.2565.7442.7356.86
HexB7C062503119422b39
Octal2673001425061311025371
Binary101101111100000011000101010110001110011000010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C062; }

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

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

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

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

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

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

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

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