#B3CF6A

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

Shades of Wild Willow #B3CF6A

Tints of Wild Willow #B3CF6A

Color information

#B3CF6A (or 0xB3CF6A) is unknown color: approx Wild Willow. HEX triplet: B3, CF and 6A. RGB value is (179,207,106). Sum of RGB (Red+Green+Blue) = 179+207+106=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 106 (41.80% from 255 or 21.54% from 492); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CF6A is #4C3095. Grayscale: #BBBBBB. Windows color (decimal): -4993174 or 6999987. OLE color: 6999987.

HSL color Cylindrical-coordinate representation of color #B3CF6A: hue angle of 76.63º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B3CF6A is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB179207106-
CMYK0.1400.490.19
HSL76.63º51.27%61.37%-
HSV(B)76.63º48.79%81.18%-
XYZ43.555.2522.01-
YUV187.1182.22122.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.38%
GREEN value IS 207 (81.25% from 255) = 42.07%
BLUE value IS 106 (41.80% from 255) = 21.54%
R=36.38%
G=42.07%
B=21.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1792071060.1400.490.1976.6351.2761.37
HexB3CF6AE031134d333d
Octal26331715216061231156375
Binary1011001111001111110101011100110001100111001101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CF6A; }

 p { color: rgb(179,207,106); }

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

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

 a { background-color: rgb(179,207,106); }

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

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

 span { border-color: rgb(179,207,106); }

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