#B8C067

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

Shades of Wild Willow #B8C067

Tints of Wild Willow #B8C067

Color information

#B8C067 (or 0xB8C067) is unknown color: approx Wild Willow. HEX triplet: B8, C0 and 67. RGB value is (184,192,103). Sum of RGB (Red+Green+Blue) = 184+192+103=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C067 is #473F98. Grayscale: #B3B3B3. Windows color (decimal): -4669337 or 6799544. OLE color: 6799544.

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

Color convert

RGB184192103-
CMYK0.0400.460.25
HSL65.39º41.4%57.84%-
HSV(B)65.39º46.35%75.29%-
XYZ41.0648.8720.1-
YUV179.4684.85131.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.41%
GREEN value IS 192 (75.39% from 255) = 40.08%
BLUE value IS 103 (40.62% from 255) = 21.50%
R=38.41%
G=40.08%
B=21.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841921030.0400.460.2565.3941.457.84
HexB8C067402E1941293a
Octal2703001474056311015172
Binary101110001100000011001111000101110110011000001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C067; }

 p { color: rgb(184,192,103); }

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

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

 a { background-color: rgb(184,192,103); }

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

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

 span { border-color: rgb(184,192,103); }

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