#B7C069

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

Shades of Wild Willow #B7C069

Tints of Wild Willow #B7C069

Color information

#B7C069 (or 0xB7C069) is unknown color: approx Wild Willow. HEX triplet: B7, C0 and 69. RGB value is (183,192,105). Sum of RGB (Red+Green+Blue) = 183+192+105=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 105 (41.41% from 255 or 21.88% from 480); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C069 is #483F96. Grayscale: #B3B3B3. Windows color (decimal): -4734871 or 6930615. OLE color: 6930615.

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

Color convert

RGB183192105-
CMYK0.0500.450.25
HSL66.21º40.85%58.24%-
HSV(B)66.21º45.31%75.29%-
XYZ40.9348.7920.62-
YUV179.3986.02130.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.12%
GREEN value IS 192 (75.39% from 255) = 40%
BLUE value IS 105 (41.41% from 255) = 21.88%
R=38.12%
G=40%
B=21.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831921050.0500.450.2566.2140.8558.24
HexB7C069502D1942293a
Octal2673001515055311025172
Binary101101111100000011010011010101101110011000010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C069; }

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

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

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

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

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

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

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

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