#B4CA6B

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

Shades of Wild Willow #B4CA6B

Tints of Wild Willow #B4CA6B

Color information

#B4CA6B (or 0xB4CA6B) is unknown color: approx Wild Willow. HEX triplet: B4, CA and 6B. RGB value is (180,202,107). Sum of RGB (Red+Green+Blue) = 180+202+107=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 107 (42.19% from 255 or 21.88% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CA6B is #4B3594. Grayscale: #B8B8B8. Windows color (decimal): -4928917 or 7064244. OLE color: 7064244.

HSL color Cylindrical-coordinate representation of color #B4CA6B: hue angle of 73.89º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B4CA6B is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB180202107-
CMYK0.1100.470.21
HSL73.89º47.26%60.59%-
HSV(B)73.89º47.03%79.22%-
XYZ42.653.0121.9-
YUV184.5984.21124.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.81%
GREEN value IS 202 (79.30% from 255) = 41.31%
BLUE value IS 107 (42.19% from 255) = 21.88%
R=36.81%
G=41.31%
B=21.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1802021070.1100.470.2173.8947.2660.59
HexB4CA6BB02F154a2f3d
Octal26431215313057251125775
Binary1011010011001010110101110110101111101011001010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CA6B; }

 p { color: rgb(180,202,107); }

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

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

 a { background-color: rgb(180,202,107); }

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

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

 span { border-color: rgb(180,202,107); }

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