#B7C469

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

Shades of Wild Willow #B7C469

Tints of Wild Willow #B7C469

Color information

#B7C469 (or 0xB7C469) is unknown color: approx Wild Willow. HEX triplet: B7, C4 and 69. RGB value is (183,196,105). Sum of RGB (Red+Green+Blue) = 183+196+105=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 105 (41.41% from 255 or 21.69% from 484); Max value from RGB is 196 - color contains mainly: green. Hex color #B7C469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C469 is #483B96. Grayscale: #B6B6B6. Windows color (decimal): -4733847 or 6931639. OLE color: 6931639.

HSL color Cylindrical-coordinate representation of color #B7C469: hue angle of 68.57º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B7C469 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB183196105-
CMYK0.0700.460.23
HSL68.57º43.54%59.02%-
HSV(B)68.57º46.43%76.86%-
XYZ41.8250.5720.92-
YUV181.7484.69128.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.81%
GREEN value IS 196 (76.95% from 255) = 40.50%
BLUE value IS 105 (41.41% from 255) = 21.69%
R=37.81%
G=40.50%
B=21.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1831961050.0700.460.2368.5743.5459.02
HexB7C469702E17452c3b
Octal2673041517056271055473
Binary101101111100010011010011110101110101111000101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C469; }

 p { color: rgb(183,196,105); }

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

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

 a { background-color: rgb(183,196,105); }

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

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

 span { border-color: rgb(183,196,105); }

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