#B4BD68

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

Shades of Wild Willow #B4BD68

Tints of Wild Willow #B4BD68

Color information

#B4BD68 (or 0xB4BD68) is unknown color: approx Wild Willow. HEX triplet: B4, BD and 68. RGB value is (180,189,104). Sum of RGB (Red+Green+Blue) = 180+189+104=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BD68 is #4B4297. Grayscale: #B0B0B0. Windows color (decimal): -4932248 or 6864308. OLE color: 6864308.

HSL color Cylindrical-coordinate representation of color #B4BD68: hue angle of 66.35º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B4BD68 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB180189104-
CMYK0.0500.450.26
HSL66.35º39.17%57.45%-
HSV(B)66.35º44.97%74.12%-
XYZ39.5247.120.1-
YUV176.6287.02130.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.05%
GREEN value IS 189 (74.22% from 255) = 39.96%
BLUE value IS 104 (41.02% from 255) = 21.99%
R=38.05%
G=39.96%
B=21.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801891040.0500.450.2666.3539.1757.45
HexB4BD68502D1A422739
Octal2642751505055321024771
Binary101101001011110111010001010101101110101000010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BD68; }

 p { color: rgb(180,189,104); }

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

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

 a { background-color: rgb(180,189,104); }

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

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

 span { border-color: rgb(180,189,104); }

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