#b7c869

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

Shades of Wild Willow #B7C869

Tints of Wild Willow #B7C869

Color information

#B7C869 (or 0xB7C869) is unknown color: approx Wild Willow. HEX triplet: B7, C8 and 69. RGB value is (183,200,105). Sum of RGB (Red+Green+Blue) = 183+200+105=488 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.5% from 488); Green value is 200 (78.52% from 255 or 40.98% from 488); Blue value is 105 (41.41% from 255 or 21.52% from 488); Max value from RGB is 200 - color contains mainly: green. Hex color #B7C869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C869 is #483796. Grayscale: #B8B8B8. Windows color (decimal): -4732823 or 6932663. OLE color: 6932663.

HSL color Cylindrical-coordinate representation of color #B7C869: hue angle of 70.74º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B7C869 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB183200105-
CMYK0.0800.480.22
HSL70.74º46.34%59.8%-
HSV(B)70.74º47.5%78.43%-
XYZ42.7352.421.23-
YUV184.0983.37127.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.5%
GREEN value IS 200 (78.52% from 255) = 40.98%
BLUE value IS 105 (41.41% from 255) = 21.52%
R=37.5%
G=40.98%
B=21.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1832001050.0800.480.2270.7446.3459.8
HexB7C869803016472e3c
Octal26731015110060261075674
Binary1011011111001000110100110000110000101101000111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7c869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7c869; }

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

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

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

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

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

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

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

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