#B4CB59

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

Shades of Wild Willow #B4CB59

Tints of Wild Willow #B4CB59

Color information

#B4CB59 (or 0xB4CB59) is unknown color: approx Wild Willow. HEX triplet: B4, CB and 59. RGB value is (180,203,89). Sum of RGB (Red+Green+Blue) = 180+203+89=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 89 (35.16% from 255 or 18.86% from 472); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CB59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CB59 is #4B34A6. Grayscale: #B7B7B7. Windows color (decimal): -4928679 or 5884852. OLE color: 5884852.

HSL color Cylindrical-coordinate representation of color #B4CB59: hue angle of 72.11º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B4CB59 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB18020389-
CMYK0.1100.560.20
HSL72.11º52.29%57.25%-
HSV(B)72.11º56.16%79.61%-
XYZ41.9853.1417.49-
YUV183.1374.88125.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.14%
GREEN value IS 203 (79.69% from 255) = 43.01%
BLUE value IS 89 (35.16% from 255) = 18.86%
R=38.14%
G=43.01%
B=18.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal180203890.1100.560.2072.1152.2957.25
HexB4CB59B03814483439
Octal26431313113070241106471
Binary1011010011001011101100110110111000101001001000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CB59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CB59; }

 p { color: rgb(180,203,89); }

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

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

 a { background-color: rgb(180,203,89); }

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

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

 span { border-color: rgb(180,203,89); }

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