#B4C369

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

Shades of Wild Willow #B4C369

Tints of Wild Willow #B4C369

Color information

#B4C369 (or 0xB4C369) is unknown color: approx Wild Willow. HEX triplet: B4, C3 and 69. RGB value is (180,195,105). Sum of RGB (Red+Green+Blue) = 180+195+105=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 105 (41.41% from 255 or 21.88% from 480); Max value from RGB is 195 - color contains mainly: green. Hex color #B4C369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C369 is #4B3C96. Grayscale: #B4B4B4. Windows color (decimal): -4930711 or 6931380. OLE color: 6931380.

HSL color Cylindrical-coordinate representation of color #B4C369: hue angle of 70º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B4C369 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB180195105-
CMYK0.0800.460.24
HSL70º42.86%58.82%-
HSV(B)70º46.15%76.47%-
XYZ40.8949.7520.81-
YUV180.2685.53127.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.5%
GREEN value IS 195 (76.56% from 255) = 40.62%
BLUE value IS 105 (41.41% from 255) = 21.88%
R=37.5%
G=40.62%
B=21.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801951050.0800.460.247042.8658.82
HexB4C369802E18462b3b
Octal26430315110056301065373
Binary1011010011000011110100110000101110110001000110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C369; }

 p { color: rgb(180,195,105); }

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

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

 a { background-color: rgb(180,195,105); }

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

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

 span { border-color: rgb(180,195,105); }

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