#B4C065

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

Shades of Wild Willow #B4C065

Tints of Wild Willow #B4C065

Color information

#B4C065 (or 0xB4C065) is unknown color: approx Wild Willow. HEX triplet: B4, C0 and 65. RGB value is (180,192,101). Sum of RGB (Red+Green+Blue) = 180+192+101=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C065 is #4B3F9A. Grayscale: #B2B2B2. Windows color (decimal): -4931483 or 6668468. OLE color: 6668468.

HSL color Cylindrical-coordinate representation of color #B4C065: hue angle of 67.91º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B4C065 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB180192101-
CMYK0.0600.470.25
HSL67.91º41.94%57.45%-
HSV(B)67.91º47.4%75.29%-
XYZ40.0248.3419.53-
YUV178.0484.52129.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.05%
GREEN value IS 192 (75.39% from 255) = 40.59%
BLUE value IS 101 (39.84% from 255) = 21.35%
R=38.05%
G=40.59%
B=21.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801921010.0600.470.2567.9141.9457.45
HexB4C065602F19442a39
Octal2643001456057311045271
Binary101101001100000011001011100101111110011000100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C065; }

 p { color: rgb(180,192,101); }

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

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

 a { background-color: rgb(180,192,101); }

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

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

 span { border-color: rgb(180,192,101); }

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