#BAF661

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

Shades of Conifer #BAF661

Tints of Conifer #BAF661

Color information

#BAF661 (or 0xBAF661) is unknown color: approx Conifer. HEX triplet: BA, F6 and 61. RGB value is (186,246,97). Sum of RGB (Red+Green+Blue) = 186+246+97=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 246 (96.48% from 255 or 46.50% from 529); Blue value is 97 (38.28% from 255 or 18.34% from 529); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF661 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF661 is #45099E. Grayscale: #D3D3D3. Windows color (decimal): -4524447 or 6420154. OLE color: 6420154.

HSL color Cylindrical-coordinate representation of color #BAF661: hue angle of 84.16º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAF661 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB18624697-
CMYK0.2400.610.04
HSL84.16º89.22%67.25%-
HSV(B)84.16º60.57%96.47%-
XYZ55.3677.2123.3-
YUV211.0763.62110.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.16%
GREEN value IS 246 (96.48% from 255) = 46.50%
BLUE value IS 97 (38.28% from 255) = 18.34%
R=35.16%
G=46.50%
B=18.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal186246970.2400.610.0484.1689.2267.25
HexBAF6611803D4545943
Octal272366141300754124131103
Binary10111010111101101100001110000111101100101010010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF661; }

 p { color: rgb(186,246,97); }

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

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

 a { background-color: rgb(186,246,97); }

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

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

 span { border-color: rgb(186,246,97); }

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