#B7C16A

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

Shades of Wild Willow #B7C16A

Tints of Wild Willow #B7C16A

Color information

#B7C16A (or 0xB7C16A) is unknown color: approx Wild Willow. HEX triplet: B7, C1 and 6A. RGB value is (183,193,106). Sum of RGB (Red+Green+Blue) = 183+193+106=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 193 - color contains mainly: green. Hex color #B7C16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C16A is #483E95. Grayscale: #B4B4B4. Windows color (decimal): -4734614 or 6996407. OLE color: 6996407.

HSL color Cylindrical-coordinate representation of color #B7C16A: hue angle of 66.9º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B7C16A is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB183193106-
CMYK0.0500.450.24
HSL66.9º41.23%58.63%-
HSV(B)66.9º45.08%75.69%-
XYZ41.249.2520.97-
YUV180.0986.19130.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.97%
GREEN value IS 193 (75.78% from 255) = 40.04%
BLUE value IS 106 (41.80% from 255) = 21.99%
R=37.97%
G=40.04%
B=21.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831931060.0500.450.2466.941.2358.63
HexB7C16A502D1843293b
Octal2673011525055301035173
Binary101101111100000111010101010101101110001000011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C16A; }

 p { color: rgb(183,193,106); }

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

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

 a { background-color: rgb(183,193,106); }

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

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

 span { border-color: rgb(183,193,106); }

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